Memory Pool Memory Pool Refreshing

970 transactions (0.24 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (883,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,530 25,530 0000000058ee18efb60f403d3f1b4da31bd4b7eb4c9896900e914e0877e66668 0.00 MB 1 0
25,529 25,529 0000000089bdce0a051150bd7d8cce44d2433909e6e9bdb99b33b001930eaa5c 0.00 MB 1 0
25,528 25,528 000000001cb09a64e4822b56670f666b0dcfe12ee1a24a7ea56df2dc6741a962 0.00 MB 1 0
25,527 25,527 0000000002af1aceb45f9cc0b7e055efc5d0a0ac09b96da636da31baaa6aee71 0.00 MB 1 0
25,526 25,526 00000000068c979c2599a9742809bfe0e1aa72d7d19c0e2ac4753abdf93a1102 0.00 MB 1 0
25,525 25,525 00000000562c838aef7a8d0c0f8c914a214822947535f71c8e89f2bd94b01d54 0.00 MB 1 0
25,524 25,524 00000000746e7eaf83ec6d8e6725937fb63e741c12e6d759335bbc079bb7c470 0.00 MB 1 0
25,523 25,523 000000004c75342c5789b0d811bb01793ffa327b74c214d08f9ffffb0971f46d 0.00 MB 1 0
25,522 25,522 00000000b5680ad328225e2ffba58c4b60b01bdbee6a3d2706740dc5252ebcc4 0.00 MB 1 0
25,521 25,521 000000004e7a692e1de642127cbd32c97e4ce6fae5105691ba937ff7f39966f8 0.00 MB 1 0
25,520 25,520 00000000e4af246f0b6a35a620f7c8e23ee4695333537b7ddce0679eb0c83705 0.00 MB 1 0
25,519 25,519 000000003b87ae4272ccf2c949fcea3b33d9ab19990e1039af1fbd2bce86449c 0.00 MB 1 0
25,518 25,518 00000000e6becad2f436ae5aff3a807bc3d12b19a07d6aa9d153fdd9504d64bb 0.00 MB 1 0
25,517 25,517 00000000c97795ea919e420cd35b9f8287bf3cef77c9e91102e996c471e96e26 0.00 MB 1 0
25,516 25,516 000000004f6229ebc4320f13de58b2655394d3512be41e53ce86a31063da3cea 0.00 MB 1 0
25,515 25,515 00000000da9cdd1693e9ef611c8fe61b15925bbfcaf13e2bf6a51a00e76dcdb7 0.00 MB 1 0
25,514 25,514 000000004d49fb603020f44c9da523f14fb2ea7f60263afdb2818376e21b8969 0.00 MB 1 0
25,513 25,513 0000000042f419f9a11b5f08a91763c36ed5c988ee2df984c1f42c973db51d4f 0.00 MB 1 0
25,512 25,512 00000000041d329fd05e0262f9d74beae81173392b905b3e72fd8a3568fe0de2 0.00 MB 1 0
25,511 25,511 000000000e79fb648c874851097c9e64629c456b50dd5300d9892a21144bcdd1 0.00 MB 1 0
25,510 25,510 00000000d589b84a2e699298fc451798a6cedbbc25436d5c538be1d18f485497 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.44 GB sent, 105.10 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.