Memory Pool Memory Pool Refreshing

6,913 transactions (2.81 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (877,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,558 31,558 00000000ab7a34950f305db708125ebb2340b6c314e387a6b3fe125580dc8a02 0.00 MB 1 0
31,557 31,557 00000000b66f63d71827c6b849578289b001ca1d56abf23910cb9d77e55df4e3 0.00 MB 1 0
31,556 31,556 0000000062c6023bfaebf69c31020d5cc7b16d5a61cd92b6ca7934a9fcc419c0 0.00 MB 1 0
31,555 31,555 0000000050e241c508790c8a10377534b9bfb304493938664c1a48e4b7003be2 0.00 MB 1 0
31,554 31,554 00000000be03bfdb1f981c203d37b2f378eeec2c47cda81ea9b4d1550824f519 0.00 MB 1 0
31,553 31,553 00000000af6c89da4035bb56331264dda2170bb2013698cd2d3a81cb8ef876ec 0.00 MB 1 0
31,552 31,552 000000006515050dfc30a04e492efb9f569dff0a849749f61b7dc4074887d78b 0.00 MB 1 0
31,551 31,551 000000004e408e0a5a6ea108d61234c11c30c0616a497b70bf18eee4f1edaaf1 0.00 MB 1 0
31,550 31,550 000000006f930657cad2761041ecb84dd86d8953311d52eb1cc67c99140ba891 0.00 MB 1 0
31,549 31,549 00000000e8300a90605c75ac601ad25e4796bc410ef3e22475dddf156da3b5b1 0.00 MB 1 0
31,548 31,548 000000008fbd12679e41f8e0cccb755277b237523cdf5d732215c6a1d20d28bf 0.00 MB 1 0
31,547 31,547 000000005bc5b30052bb80dfbb88ed412d8391119453ebe2bb14f19f77bedb21 0.00 MB 1 0
31,546 31,546 000000009613fc86f6f12c5d25a4e9b7233a42f4b5d9d237229052f62bf1cf1f 0.00 MB 1 0
31,545 31,545 00000000b292d4912fcf521e5c7c455a0e347cde6f1e6bb9ba09320ca186a384 0.00 MB 1 0
31,544 31,544 0000000040d9c9e7ad780ca0f24fdaef304c72e9a801d900082378dbaead7d91 0.00 MB 1 0
31,543 31,543 00000000a25d1a4bee58c273d296465743fccd9fa17d96791eb6978211262eda 0.00 MB 1 0
31,542 31,542 0000000063e932bfac6a8507a6262bc1f8ff458983b0d5524114e3da8cc67058 0.00 MB 1 0
31,541 31,541 0000000025f686fa5bbbc7b7adefa4354510b8efc9d4fe7cf942fca0dea153c7 0.00 MB 1 0
31,540 31,540 00000000db91a21117dc7b89d13fb576a516185b946236e77fb64decfcb9f52e 0.00 MB 1 0
31,539 31,539 00000000ca23d0d5006b6786deaedbc70322657a13a76253cca643fe248d2ba2 0.00 MB 1 0
31,538 31,538 0000000099c8d7dde25ca6d164c5e3fb2e50ad358bb1d488e339683c2287301d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.96 GB sent, 103.66 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.