Memory Pool Memory Pool Refreshing

3,697 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (607,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,486 300,486 000000000000000028e997bb685f9c2e924404d421aea2e0929208f51ca1ff48 0.15 MB 297 33
300,485 300,485 00000000000000005a47c873d9a14365be120d1847e01f67032d1eb200a2d4dd 0.04 MB 58 20
300,484 300,484 000000000000000024dc9db8d7ca11158625b29361acca48c8f2914e2d382948 0.43 MB 174 12
300,483 300,483 00000000000000001c2261f396e3ff305aa350be82db01678899175a475f4c2f 0.35 MB 815 41
300,482 300,482 00000000000000001854c4e259ace3cfdf40c9d70a663acb20903601b8351cb8 0.35 MB 628 31
300,481 300,481 0000000000000000795a29a12b0784d72fa36edfbb99096b8e81f9b69d4f2fbb 0.03 MB 62 30
300,480 300,480 00000000000000004941eed2f4e17b0f0b036163091b4903a9235257394e297f 0.07 MB 114 29
300,479 300,479 00000000000000000fea54ad2ade1dc19a0c5521c1c293c949fabb2f6b3dbe32 0.10 MB 202 32
300,478 300,478 00000000000000002c6bad26bdf3927d592a100cb9b0bafb07113f28b2e1f392 0.35 MB 581 25
300,477 300,477 000000000000000025bbedb0515a868471bf712b7feb5b76f6f4645c9a96ee59 0.18 MB 346 32
300,476 300,476 0000000000000000311de58642b472bcf5bbd58c1f89583e79572bd755e181c9 0.15 MB 223 23
300,475 300,475 0000000000000000622e7da449287cbb51d326c078dc4275df53042b47b56aba 0.16 MB 512 43
300,474 300,474 000000000000000016741eaaee6a638007b5ecb6f7ea305b5de8ecbcc2694f6a 0.15 MB 316 29
300,473 300,473 00000000000000004a4c608079b4838902be8904cbf7c0ff78d6f286bea7b28f 0.11 MB 260 29
300,472 300,472 000000000000000035868c646bc2ff6db2fcb4c39a6ac6ed09412a8f768aa62b 0.45 MB 857 32
300,471 300,471 000000000000000059d4d99ba1aa7d52de26d735121defb4a08b991d3f981a49 0.17 MB 301 21
300,470 300,470 00000000000000002a6d09535f820704ed6dd39b95c62db01ca4490343843109 0.35 MB 343 19
300,469 300,469 00000000000000004174f92fabbbcbc910a782f6e0bd11b83f75840d4fe2b40b 0.35 MB 935 44
300,468 300,468 0000000000000000126bdffb7ab12f9e5853662d9394b5bb9b69187a871b27b0 0.02 MB 64 27
300,467 300,467 00000000000000006770ed6eba1989efbb7d644f9fcda96fe8c9d2e399b7e43f 0.24 MB 455 29
300,466 300,466 000000000000000014c40a813ed71b55cece3a0ed82067247a9236c2b4980ca7 0.49 MB 784 24
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.