Memory Pool Memory Pool Refreshing

14,622 transactions (3.61 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,167 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,338 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,166 (146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,020 909,020 00000000000000000001538eb91c71b140f7958418704ae305729ae84fe27341 1.51 MB 4,564 6
909,019 909,019 000000000000000000005220e9400e5e5cb7f43e2e9fe170e5d5fda557086e72 1.83 MB 3,889 1
909,018 909,018 00000000000000000000701b6eed75275d750b613aa6c3e41ad9a56a24456bc6 1.65 MB 4,434 2
909,017 909,017 00000000000000000000e4f03f9f5e459a29f58fbba84b61a34eb00488c4e73e 1.77 MB 3,157 1
909,016 909,016 00000000000000000002297cc66f6c805b9f38e38b3ec77c43ca1517688ce522 1.52 MB 3,944 3
909,015 909,015 0000000000000000000003a3b87d86a06dcaa9f671b3efca7148913b3cb5032b 1.67 MB 4,349 1
909,014 909,014 0000000000000000000064423cd25b810b303eb759204c8c8983abbe54f2759d 0.83 MB 1,770 3
909,013 909,013 0000000000000000000115e28c45ddc162863058b7217e7cbbde06bc1f069cf7 1.79 MB 4,750 0
909,012 909,012 0000000000000000000088d3a6d814d7ee7716204e4e335c15a121354c8e428a 1.01 MB 2,331 4
909,011 909,011 000000000000000000015c0091ebf68dd9469a622d5efbf834fc1f190588f578 1.73 MB 4,664 1
909,010 909,010 00000000000000000000d0575631545d5dab32a5dfd10e6ad5033b0034c44f23 1.68 MB 4,208 2
909,009 909,009 000000000000000000010ddf1303d6f11b334b1db7b1ea5a59885e72684e9bfe 1.45 MB 3,248 4
909,008 909,008 000000000000000000010333db15b8a7166ae88879067d16db64fa123985bec3 1.69 MB 3,226 1
909,007 909,007 0000000000000000000118eee773f058fb490bd1d9c383bb4ab19cdd771975a0 1.75 MB 2,370 2
909,006 909,006 00000000000000000000cb6823cdccccc17b0cd6d2cf48385b7abcb910fb4574 1.52 MB 1,659 2
909,005 909,005 0000000000000000000095298031b5f1b3a65769dcf172b5f13d7291c225aabd 1.50 MB 4,110 4
909,004 909,004 000000000000000000019e7c96589c82e4264c61485465f7b8f8f9b4d04e18f0 1.53 MB 4,523 6
909,003 909,003 00000000000000000001ca6538b793bc6633fc4620353f234b47599bb9ff1cb3 1.52 MB 4,521 7
909,002 909,002 00000000000000000000e0c77f8551336534aadddaed84447a2f10f11a9ff865 1.59 MB 3,984 5
909,001 909,001 00000000000000000001374988f6cd45ed7d3656223f7787e80e9c000bb5957c 1.52 MB 4,244 5
909,000 909,000 00000000000000000001a9bcd5dc1102744e9f138224652aa95fea26c57e5e84 0.94 MB 2,955 1
Previous 10 blocks ↓
Total Size: 771.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,978.00 GB sent, 106.94 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.