Memory Pool Memory Pool Refreshing

5,553 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (653,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,522 254,522 000000000000000bc4073c98676009bc372101891eb9c8a5c77fd8023f257340 0.00 MB 5 8
254,521 254,521 0000000000000023e699cdd1736807c7dae700ecfa4d39cc65acff4c494805bd 0.25 MB 444 50
254,520 254,520 000000000000000e574e965e02234f21e3b5dd1ff5d830bd5e47005da9996146 0.50 MB 1,319 130
254,519 254,519 00000000000000006c995f7a08d75b45c638832db679e20d14dc8f44efd6c29f 0.16 MB 346 65
254,518 254,518 000000000000003ae72e26a1153b25f130dacedb3e4e2c35340eb05ba77a3fe1 0.50 MB 1,008 79
254,517 254,517 0000000000000038dcc8d9e968eaa96036501d377e2762a688b46d76baa26723 0.25 MB 481 49
254,516 254,516 0000000000000008d4caa91effb82a597e7b8752c76a296604c3776b250fd900 0.25 MB 707 109
254,515 254,515 0000000000000035640ad4f9a50ebec6c193485f0f9e8ce598cda31356ffdb87 0.12 MB 189 85
254,514 254,514 000000000000003b9799a77458fbbe502dd2fba11312d47ca50563fbadbd9899 0.18 MB 512 192
254,513 254,513 000000000000001a8df96b27d8a8e67ce84b88d9985d3b9215cf2d30a7569043 0.25 MB 365 105
254,512 254,512 000000000000001f51f64d83e3e5564b99751ba44db364b31666f940342f14de 0.46 MB 403 37
254,511 254,511 0000000000000020d9e2084936648545c71dca7dd75fbbd88d4cf45a2a2c6c0c 0.35 MB 573 123
254,510 254,510 000000000000000a6417963e2fe6319f763ee3c8239f617e7ed7892d0d5eb870 0.18 MB 426 38
254,509 254,509 0000000000000022a1457ed2b98ba285424c43abfb9a3bd0ae383b695039be80 0.19 MB 475 194
254,508 254,508 0000000000000027b7f203886964fd13a3396a4c5b0847a88f1a0a75d68f64a2 0.25 MB 504 152
254,507 254,507 000000000000001615aea57ae8a6ec8c84141ee4d1888b9a218621dc77d0fffa 0.01 MB 42 71
254,506 254,506 000000000000003f37588084f3d734d6efbb3256a01a91788607cfa96b7ba659 0.23 MB 541 54
254,505 254,505 00000000000000259a382a8fefb43441a55eb0100e29b95db165cf475b843196 0.25 MB 268 65
254,504 254,504 000000000000002616954878e9b523d4f468140063dfd59dd27243a2ab11d8ca 0.25 MB 708 177
254,503 254,503 000000000000001c11d1fc2a8258d1e88b0fd18e80debf23472ee3d58f1b02f1 0.03 MB 85 66
254,502 254,502 000000000000001cb0824c2560755c5acc21debd0f62058844eeb99cf9c7ed3e 0.01 MB 32 149
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.56 GB sent, 92.76 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.