Memory Pool Memory Pool Refreshing

53,460 transactions
18.52 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,857 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,679 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,856 (302,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
569,504 569,504 00000000000000000027f6cd0ece2b5b5311c54fd498d0203bcf746de6714c94 1.15 MB 2,766 28
569,503 569,503 00000000000000000015433e8ce58bc96436acc65f801bd971129c90bbfcd521 1.16 MB 3,225 36
569,502 569,502 0000000000000000001ad0f2f8c7eab850b893dbb006b99c652a422bf7d0e6d7 1.23 MB 3,270 52
569,501 569,501 0000000000000000000cbf7ddf488c87dbeeabde7a984464276c6c30ce144c2c 1.05 MB 2,920 29
569,500 569,500 0000000000000000001eeeb4e26aca321dd2cb8d4ad1ec2eeb22c3f439048d92 1.10 MB 2,843 35
569,499 569,499 000000000000000000241d302525e34b861f36e6869e307c0ae2471e6a2af5fb 1.20 MB 3,046 42
569,498 569,498 000000000000000000187d18bcbd98f11009e790f11aa8668e25944c98cb136c 1.29 MB 3,179 38
569,497 569,497 00000000000000000008f218ccc374cd56393adc325895da14661e4aa579ebad 1.25 MB 3,361 51
569,496 569,496 00000000000000000006ecb30e324f31e7361303411a31071045ccf50a34de4c 1.34 MB 3,394 52
569,495 569,495 00000000000000000013c5cf75e3d74b11f3d6c28298cd227388a021ebfde1b0 1.22 MB 3,125 67
569,494 569,494 000000000000000000056915d36409cdc220676056a0e931ec7cf820fc4b46fe 1.24 MB 3,433 55
569,493 569,493 0000000000000000002a0cf273baf52c22b8a04fdf95665cdcecd21bd56273ba 1.24 MB 3,149 57
569,492 569,492 000000000000000000080f1828e1385944389577e50af407f8fe081b815f3afe 1.26 MB 3,283 55
569,491 569,491 0000000000000000001741fe4b64620ede124a388b493e250bcdb47efa28a886 1.25 MB 2,441 43
569,490 569,490 0000000000000000001656fdb2c307005cb41a37d6b02995392789e2c8f256d4 1.21 MB 2,387 53
569,489 569,489 00000000000000000014d5912d8d4959717f319c0016bb07dfe4c757e08a6fa1 1.24 MB 3,085 59
569,488 569,488 0000000000000000001d094b5c2efae3020eaa18ea8679eb5a34883e5d70710c 1.20 MB 3,171 61
569,487 569,487 00000000000000000013f23da2d6cd41e62512cc5f9efb067cb3564b449f5572 1.30 MB 3,349 58
569,486 569,486 00000000000000000023714c465d5a1819a20346002b432fd137904d046f73de 1.23 MB 3,225 52
569,485 569,485 00000000000000000018d2e71887b9e5f3117dece2f1f7f7dedf826440b5a3fd 1.61 MB 2,356 57
569,484 569,484 0000000000000000001eb75ab74f22ee3d0f45ac1ee7a1eb23a0823b070c2b93 1.36 MB 2,585 59
Previous 10 blocks ↓
Total Size: 702.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,577.99 GB sent, 230.95 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.