Memory Pool Memory Pool Refreshing

4,403 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,703 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (724,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,511 183,511 0000000000000a393efdf1bf227cea6d43187379558891357d8fac6689dcfd2f 0.04 MB 108 313
183,510 183,510 000000000000038690dae4c43d452fb3996a7b57f20ddf946b77d63ceff226a6 0.09 MB 177 98
183,509 183,509 00000000000001bb96849e2299c437f03f92867dec6bd9781bff09c1d7b727a1 0.04 MB 151 16
183,508 183,508 00000000000003a9896f334213dacc7bca24d96627bf6ce84ffe752f9b91b40c 0.17 MB 422 155
183,507 183,507 00000000000008ea8f03067eb86818101105ef71129e41cdff5110a8c2d41377 0.10 MB 161 133
183,506 183,506 00000000000002f8a7aac13208f132b87a253d2b6a5ab646e380015a1149f3b7 0.12 MB 323 117
183,505 183,505 000000000000080ed154c50dd7bbe6dcef2d7cca4c7509ea7cb32f7c2c2f94d1 0.42 MB 1,184 193
183,504 183,504 00000000000005631b48892f4fd6f9792b0a480e0de25a2a62538d58939ffdce 0.00 MB 5 67
183,503 183,503 000000000000030e3bcb5f240404a35fcbc9413625df09666a055b69e03efb65 0.05 MB 124 184
183,502 183,502 000000000000044044c8c62c2e2b2b0cffd79ccb2e332abff68b08b2979aa98c 0.05 MB 169 47
183,501 183,501 000000000000043fa91006cb7fa30ef4daa1fee687ce0bea8d1f4ea8b017d506 0.06 MB 126 86
183,500 183,500 000000000000016fa5218777828abfdb39a86b09fc6f58cd127f848bfb9b5c13 0.01 MB 7 0
183,499 183,499 00000000000000b5d707266dc60ba66d858dbf8465a0e1fff9afb5369db35aac 0.12 MB 194 119
183,498 183,498 00000000000006246a0ca444f6475eb642b1ec648d028fa0d6ca2346e7716d7a 0.05 MB 119 68
183,497 183,497 00000000000005941d60cefe00ff4d98544df89a2f861269b9fcfe22a7eaa024 0.01 MB 15 16
183,496 183,496 00000000000004d1fceeee95391ea807f0165cf97348ff9aa2872cf1217743f9 0.00 MB 10 48
183,495 183,495 0000000000000a8c8a8fac4c40b26df467f0a91e2c552ff6803af2813efde8df 0.34 MB 512 103
183,494 183,494 0000000000000002015ba963a2777d415edee9a271f3567c6845c1559f58f39c 0.25 MB 601 137
183,493 183,493 000000000000049ef97cb173b27ac9ba84dba1b2874b21af893be85674df054f 0.00 MB 10 45
183,492 183,492 00000000000008aea7cea1d16195fef0312ea4a66225b66dc67f046d68b5ba79 0.05 MB 132 81
183,491 183,491 00000000000004782aba7c6f2080f62c3d10b8b746691b1a8458c4f64c970669 0.19 MB 512 266
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.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.