Memory Pool Memory Pool Refreshing

8,783 transactions (3.15 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,881 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,682 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,880 (841,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,506 67,506 0000000001999b26aa1c8e4ee5748be34fd3056c089a7b23cec0eeffc4b0a09d 0.00 MB 1 0
67,505 67,505 00000000025854bef3e96f4e7e3c12bbf02889ddb7a1f480708919daf3758501 0.00 MB 6 0
67,504 67,504 000000000226683af11fd4bad90fdde63983e2d828bc1907a6603591b38de174 0.00 MB 1 0
67,503 67,503 00000000017fa44d9b1b75e04cb08f3a33e6f02a152c0f9888b2639417f72105 0.00 MB 1 0
67,502 67,502 00000000019d926c95ec29ee93c431b88d510eefb64fcf9f38578b16643c90b9 0.00 MB 1 0
67,501 67,501 0000000002b5c405bb563983bd72ff47c0d8bf7dfa42a0ccdebcc32d927db9fb 0.00 MB 3 0
67,500 67,500 00000000010fa1865040651adb05dd0746bc8e5579bec06762cf047e8c2261f2 0.00 MB 1 0
67,499 67,499 0000000003ec689cc411bdd09b60b7577c0515c901b4360cffae9dcca014427a 0.00 MB 1 0
67,498 67,498 00000000035bea22d5f67666278300a47ee92b8842c6957d8f5dac480525d133 0.01 MB 22 0
67,497 67,497 000000000022f711053867e6d0cf4cde122c527e44d4d4feca603b7f97b61886 0.00 MB 1 0
67,496 67,496 0000000004786c773f99e3535eb57e7b18a3da7959960346a2089ef000de0656 0.00 MB 1 0
67,495 67,495 00000000056206c47c7752a11615505d197c56a57adf4d1a57cb39879f622677 0.00 MB 1 0
67,494 67,494 0000000000ba18aab384dac396042198ae07a39169d5af5a34083ce69c1abd18 0.00 MB 2 0
67,493 67,493 0000000004a112e52d1f3a3b14ee3e9a1569a2355f2cc2c6c1b89947d89dae46 0.00 MB 1 0
67,492 67,492 0000000003be82d6694f0e797ed474a4e06590a89edb4eaa9b8e2c09e54a1c57 0.00 MB 1 0
67,491 67,491 00000000047767432688b77d481fb1d5966f2ed9fc0a42b7c35314b49a2892f9 0.00 MB 2 0
67,490 67,490 000000000417ea495f484ee62c1bc50ef3312c6034d67684e1f9e9ab77c23334 0.00 MB 2 0
67,489 67,489 00000000059d9a9d286fd29e34589a52161acc5b05af7e52a067204b27d32c66 0.00 MB 2 0
67,488 67,488 00000000050699ea7e4c52e3cb64dbc1e3cf1e19a5cf84f501894939476e418c 0.00 MB 1 0
67,487 67,487 0000000004537a6d8d3a388fe7aa42ab387b05bc6d744f5c2dc12f95ec9c3f36 0.00 MB 1 0
67,486 67,486 00000000029cfe87488c8dda92ef521d10afb233c3af42373318dae12d80eed6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.33 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,862.91 GB sent, 103.83 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.