Memory Pool Memory Pool Refreshing

11,462 transactions (2.72 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,031 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,620 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,030 (881,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,322 27,322 0000000058cf69c5f3d0df3db70fa69674501952d71046baba15217888738adc 0.00 MB 1 0
27,321 27,321 000000007fa6f2f7dcf56d9d5372cbf9f1c625a107bd5bc7226a459434729e92 0.00 MB 1 0
27,320 27,320 00000000d0ff5de0adb89ca07a4c64c9337f40eb05368adcf290ff24cf55c437 0.00 MB 1 0
27,319 27,319 00000000f523dde0afa1084e4f69616d48b35d8bf1d61e782868b4eab00bc58c 0.00 MB 1 0
27,318 27,318 000000000c15188a3c91c96ed410ee1d460389cbe6f666ff5ced8a8b8eb31b13 0.00 MB 1 0
27,317 27,317 0000000084cd1c8d7236d45fd182d36f4e250303882dbd9925cd4501498637aa 0.00 MB 1 0
27,316 27,316 00000000ac3f0727c098252697a99936c65aa6b1aa64fd286eff35e9747e1cc6 0.00 MB 1 0
27,315 27,315 0000000072f400adaa6acf0e2f290a3c45bb08d9c6cb6ef25525bbbb5b3a3766 0.00 MB 1 0
27,314 27,314 0000000098ead5a364e09f218d5ca05854e7b01684d5d5bbba6907be24642eb6 0.00 MB 1 0
27,313 27,313 0000000076c91f50786c4d15b9a8196af6d8ac80bb119b05c29e4c4f76bb1003 0.00 MB 1 0
27,312 27,312 0000000031d49b4a4680063009e57399b16827bfb028eb3eff1fd9540ca647fb 0.00 MB 1 0
27,311 27,311 00000000d7a641a1edb198e27c053f49d445853040102f7b3f6a9cb300e93d10 0.00 MB 1 0
27,310 27,310 00000000cc5664a215f282638e43f9997bef82a26c03dfe5786d4696b379202c 0.00 MB 1 0
27,309 27,309 00000000ba7e4b0c231875918d9bb5571bb34f2ceb7f2f0f2bb4325b257393b7 0.00 MB 1 0
27,308 27,308 000000005a1fe5b0a23a8243a1c972ea5c3f82e77b30cbc594237c37d429b27d 0.00 MB 1 0
27,307 27,307 000000002df0e9443f39a87c72daec27cb83bab7f7f6211186f48782b4acac0d 0.00 MB 1 0
27,306 27,306 00000000d928dc0cd15d18bfb16005d3784f3b90245715873da416efd8ea549d 0.00 MB 1 0
27,305 27,305 00000000cc4b7fd348f7671225ab041c3f04c38b9a026702be80105b2e2f59e4 0.00 MB 1 0
27,304 27,304 000000003a897f8c24e8cd36927a9ee7d79551ae049de9663af3b65e0ffb2fe2 0.00 MB 1 0
27,303 27,303 0000000024f988ac4ba62660f5d79b796661558200bd6fe94d258879b8edc6cd 0.00 MB 1 0
27,302 27,302 00000000ffd9ba907954169f7946abb04f507ee1f6170654ffdacd602e918f34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,890.05 GB sent, 105.49 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.