Memory Pool Memory Pool Refreshing

3,963 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,761 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (293,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,496 614,496 0000000000000000000f3b2ace1f53df9fa3a9a6b54aced85b723da5b39be02d 1.29 MB 3,253 11
614,495 614,495 00000000000000000006bcd7c40bae34f6ae60d84e8f4266978f4bb210f703b2 1.06 MB 1,755 11
614,494 614,494 0000000000000000000ad32feda41c1b6d73fd54fa5e79c178c065ced75843e2 0.52 MB 1,059 14
614,493 614,493 00000000000000000009e055ac2b4c46c47b8dc6fda6c6944cea5ce41a687acd 0.05 MB 86 16
614,492 614,492 00000000000000000004ef229ca1b3757eb899e316951a6efe0b36ac37370a8c 0.50 MB 1,161 9
614,491 614,491 00000000000000000002a4b071ec14ae092ee9141f0f6ec2c24b1add983eab2d 0.47 MB 1,207 13
614,490 614,490 0000000000000000000fe1d331a44158dd60379873882aea492334b1bc3d0ce7 0.96 MB 2,091 10
614,489 614,489 00000000000000000010516caf2e21a639613182ec1b0013cb0937a3e6f0d5a4 0.98 MB 2,509 11
614,488 614,488 00000000000000000004b17c98e80971ee6b7421ef0927ce840f4022e1adcdfe 0.29 MB 601 8
614,487 614,487 0000000000000000000dcd0c14836b0b621c3dac20356fa7aa58f359648f0847 0.01 MB 46 9
614,486 614,486 00000000000000000006b30597f68ff1da7c4ff006a2332df30e4287f1dcef09 0.42 MB 1,221 11
614,485 614,485 000000000000000000098d4db63dae86beb403a90d8a8c2cff78f6150ee3c91f 0.18 MB 531 17
614,484 614,484 0000000000000000000b4a72268bf7cf19d3257c257e465cc4d739b66ff46a45 1.14 MB 3,058 4
614,483 614,483 0000000000000000000941a843615d77b61eb406d83907156643255433b8ac82 1.32 MB 3,102 16
614,482 614,482 0000000000000000000a7d4f2367d5ec243c247fe84e33e24ff499c875e79051 0.09 MB 237 11
614,481 614,481 0000000000000000000633353e10228b9215b54ada31e7a9b6dacf269e29f1da 0.27 MB 581 16
614,480 614,480 00000000000000000011ee870c3fc3a54950dc08396cf0f59099d944183aeefd 1.19 MB 2,335 1
614,479 614,479 0000000000000000000d796895b795c687ee8bb5494ee81e6b67561244630350 1.22 MB 3,030 6
614,478 614,478 00000000000000000000bd487c4ab28d966086e70590ee7e1dc418ed012121e4 1.31 MB 2,855 20
614,477 614,477 00000000000000000010d9dc0cd9874ea944c557955787ef39533b72c013aefe 1.09 MB 1,608 4
614,476 614,476 000000000000000000090d57ebdce31dfc757cb77c028ea38d37d9e0d0a51e98 1.14 MB 2,388 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.