Memory Pool Memory Pool Refreshing

283 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (882,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,136 26,136 00000000364921684fe523cde4c651b23c03b612f7266bbca6e00017cb8443dd 0.00 MB 1 0
26,135 26,135 000000003fbf83657c5ae1be6bb6cc329f61846ae318f04d7d53eb3b5b6a0ed8 0.00 MB 1 0
26,134 26,134 0000000000e8ce315b3134555f832d33fdf027f47863de2284127ed9b4bc1639 0.00 MB 1 0
26,133 26,133 0000000052760e1d3df338191300860a8bedc5b7832192e98b824b955fc5cb96 0.00 MB 1 0
26,132 26,132 000000004eba01b6bdbd961d8db2cfc1212fd4944adf9cba5ea88b26011d3cf9 0.00 MB 1 0
26,131 26,131 0000000039e90c85264652d9eee29946763db3af8509b138de9f48317c5198e1 0.00 MB 1 0
26,130 26,130 0000000089159e6e682cff059bff0b937cae5fb79a0f502391e5c7b6e61bfd7c 0.00 MB 1 0
26,129 26,129 000000001290d299946b918eb455714169485e0f0980a09150dfd07ed9b36b54 0.00 MB 1 0
26,128 26,128 00000000f8ca05cf99c2872b46e7c5744ff9bfa0f771349ce23498a5e7e826cd 0.00 MB 1 0
26,127 26,127 0000000039a1155d61d7476accb8caf0e5852c40288088e79b4586e303c3533e 0.00 MB 1 0
26,126 26,126 00000000f5f37d92551bb516ceba5f3d32f89811153bade752a8fd077c527236 0.00 MB 1 0
26,125 26,125 00000000ba977131c17673b3722010f7bb1316453179e0ebe74cfdf59a24c664 0.00 MB 1 0
26,124 26,124 00000000e34cc9451d57db26d71b295f982df77084ca9d921599e8a3cdc91916 0.00 MB 1 0
26,123 26,123 0000000038c692382e32a3f1edb5325ae9774bb01f15795a6064eb496ad987e6 0.00 MB 1 0
26,122 26,122 00000000dd84514a76dc1a056117919ba78fc15f443a0c3b77bb06a499741108 0.00 MB 1 0
26,121 26,121 00000000bf6d31557981d127ae1f4e386b09aee76215dcaba881381ac096414c 0.00 MB 1 0
26,120 26,120 0000000023c41894f49c0a86b6bee9aed6f8d0ffc3b5aaa0206b1168e4e5c0a6 0.00 MB 1 0
26,119 26,119 00000000ea7840916861f95daf4f69c248b590eb4710a09ad4eaec9f152a59b3 0.00 MB 1 0
26,118 26,118 0000000047f4273fb55a9888f134c392a69326131aa1c5456152a30d63c7dfbb 0.00 MB 1 0
26,117 26,117 00000000ce5a054d86b90ea3f3830be40b2b061249ce190e7cc90eff1cb57e7d 0.00 MB 1 0
26,116 26,116 0000000052534d33a3a7150206f474b46832120dc47efbf36768a84f4a047abf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.