Memory Pool Memory Pool Refreshing

6,392 transactions (2.35 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,439 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (850,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,546 58,546 000000000c84b24e2fccfdbb146ca15d49fa2a33929ce00a9610eaeecf08d17e 0.00 MB 1 0
58,545 58,545 000000000a5e9243c5e504e91251ace7ccda48c49a2db5723d3726197b9366d6 0.00 MB 3 0
58,544 58,544 000000000937a49a6cfd4fd3ce64941c37fd883eec9f23b6128da860ff473626 0.00 MB 2 0
58,543 58,543 000000000ded5759b8ef43cad61062644f5abafa7910827a077667eaea4d42ac 0.00 MB 1 0
58,542 58,542 000000000488e57795e6e29d5814490da317cb6f8c76055340ecab5097115c3b 0.00 MB 3 0
58,541 58,541 000000000c3112d37f64c97b8785ffaf97cec344f743f156ba5473299e206e13 0.00 MB 3 0
58,540 58,540 000000000f3bd17f760ff83763e03061755a2a3421457c0f92fbb89cf7c8ee7b 0.00 MB 1 0
58,539 58,539 000000000dcaa1fcfbd61a4df504233ea64ac1e6bc55bf4b1f3f776ecc96f587 0.00 MB 2 0
58,538 58,538 00000000097d19da128dda2f6eb8611546d0b85752e6ee4d2b6766206f9cbc2b 0.00 MB 1 0
58,537 58,537 0000000001077209540ecf9617bfff889f571731aaef6c607b80e27fa098ecd7 0.00 MB 1 0
58,536 58,536 0000000006bfbfdfb0827cd02a79486684c4b41bcde49b58172cb410b2af5862 0.00 MB 2 0
58,535 58,535 00000000005680e2e5f660c8c0c3dff1a010374e2d5cc1c04e42c2b1b15eb491 0.00 MB 1 0
58,534 58,534 0000000002a29dee4b904cb6f4ce11e0c756a07b777ceb51d04820a0d40a035f 0.00 MB 2 0
58,533 58,533 0000000002736b0d3df1340bd5fea2af49a82c5fcf37c9f5bb4236775177bada 0.00 MB 1 0
58,532 58,532 000000000f2ed5fc61dac24a96a7ab6dc5dc731839608a71fab037ae3a41c15a 0.00 MB 1 0
58,531 58,531 000000000afbc0f136312f8b81b2776991a8bc82d3c00a7b7ee6dc028adaeb17 0.00 MB 1 0
58,530 58,530 0000000003a153432f2dba395fae6d794a4525b1252e30f6158772d9f60592b8 0.00 MB 2 0
58,529 58,529 0000000002eced42c7ca256fde81bb34147868d7b3f7a590af0ab3480f7a7fdb 0.00 MB 4 0
58,528 58,528 000000000b03f7eb38eb2597a650c321a435739b64c7ebc2ee8e95a9e6b4424f 0.00 MB 3 0
58,527 58,527 00000000008409ce7f6e091eebd278b9a919e9a5d4ab1cd32769e0ee88fd6f18 0.00 MB 1 0
58,526 58,526 0000000001f3ab5e1b9ce4e5027e31f6483005d0cf30483e9b89dee585d4e60f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.86 GB sent, 102.75 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.