Memory Pool Memory Pool Refreshing

1,377 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (884,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,154 24,154 00000000b2f9c0734407f1841afb7d810516027c2afcbff5a1eee14afad17b9f 0.00 MB 1 0
24,153 24,153 00000000b792b87fe4948cd03ca71ce7694eff4f410ac3b3fb75ff73daf9e171 0.00 MB 1 0
24,152 24,152 0000000003e8fce613da071328dae6e3a311118985eb77be2f37f8f5d692e910 0.00 MB 1 0
24,151 24,151 00000000d90aa9abfc18da30647adaab03582914943613e31c4502e5bc291a25 0.00 MB 1 0
24,150 24,150 00000000401a4e7e3ec7a4b926cd64cee91e34ebbda3cd56a5208874dcced61e 0.00 MB 1 0
24,149 24,149 0000000059766fec0f2d201b08ae626fb04468ea020c45ddeb3e34926b6ca805 0.00 MB 1 0
24,148 24,148 00000000cc1aa608f254094a172b2f257a215230e117648cbea74feaf13117ac 0.00 MB 1 0
24,147 24,147 000000006d1642671a37d38a39bca954d661ffebe5f2cf343330756b1d668101 0.00 MB 1 0
24,146 24,146 00000000705125e90203e10c5427b27bcc4ab82257d4931cb747ee9f4e796038 0.00 MB 1 0
24,145 24,145 00000000342f144f29daff3e2eb1f6243493206d18b795c7a1f05ff8a19db066 0.00 MB 1 0
24,144 24,144 000000008e8cace363230d6ce9a16929728626a93742c1517ec558a32273e140 0.00 MB 1 0
24,143 24,143 00000000e9ad012786b96043c4ee9ed81643328787c210a5c917b76efc15a7bd 0.00 MB 1 0
24,142 24,142 00000000f0c6780d3c2cac73b0bda8dae8e6c79d88771cc33d9d8579bf584b9e 0.00 MB 1 0
24,141 24,141 00000000c13612c926e83e4d84dd6ad30f589898953231a42d002437bf5493dc 0.00 MB 1 0
24,140 24,140 000000005d71ba62878d335095bd7b2dcb20bbcd66dcb61aa104f164fb017b29 0.00 MB 1 0
24,139 24,139 00000000a6c31bcabb4a34413b657c5bcb0690e25b54e196c82e08ea6f24372e 0.00 MB 1 0
24,138 24,138 0000000005b32a9abf59ceda40c67e9dbd7b8a84f2a063fa9d05e5155c3d3da1 0.00 MB 1 0
24,137 24,137 00000000eb142f85fd7faf656049b9f26cd2f19e16a2e42a5a45ea992a9653b4 0.00 MB 1 0
24,136 24,136 00000000962cbefeb8c11ad6695038283706117c1a3c9894c494f194d3927188 0.00 MB 1 0
24,135 24,135 000000008717cd857ac1ea0eb54a02b0227286a44858861df6b70907d48029d9 0.00 MB 1 0
24,134 24,134 00000000396cac25dd9709447df5243788d9b207eacf081bf60166a2aec46018 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.52 GB sent, 100.68 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.