Memory Pool Memory Pool Refreshing

2,431 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,857 (73,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,510 834,510 00000000000000000000605c038459178977499779d367decc06b4e0cfff27f8 1.71 MB 2,728 25
834,509 834,509 00000000000000000001d625d9d446e5cb9b4b4a6816a9dbf9926b531a433879 1.54 MB 3,649 32
834,508 834,508 00000000000000000001d2e13ab177cf7a5a450aa8261795b613a50cde3e7562 1.59 MB 3,036 22
834,507 834,507 000000000000000000017c367acd384aa572a5e10096a9f2de2918b7e3d3f9fc 1.60 MB 3,522 25
834,506 834,506 00000000000000000000e11cf7318981dab3a9e0b2a62299ac830472552be99c 1.65 MB 3,437 28
834,505 834,505 00000000000000000002a08f2ee8d00e28b64cb799caef83e316c040be589888 1.60 MB 3,792 34
834,504 834,504 00000000000000000000c5a4939d78e88804e22cd8bf78401a15ec708b693190 1.66 MB 3,363 26
834,503 834,503 00000000000000000002d0a420e689635927aed42faa1fbca12459b1c445c65c 1.62 MB 2,361 20
834,502 834,502 0000000000000000000261a3b8a7d18c29e1ebb6c1091644a28a17441040f899 1.76 MB 2,344 18
834,501 834,501 00000000000000000000844d3cf6907e2577e07355cca6009db2fccadee9262c 1.81 MB 2,614 20
834,500 834,500 000000000000000000038a6c6127d64140995fe798bc1be73c7fd00af041bb00 1.62 MB 3,622 31
834,499 834,499 00000000000000000001d6324b34fa9f9d21b8573fb97ee8fe49ded4919479bd 1.65 MB 3,402 32
834,498 834,498 0000000000000000000183f96905538ac3692ad5b280057b0d101182ef6b8375 1.84 MB 1,511 13
834,497 834,497 00000000000000000002a91baaa2e8c0db3b528e3e5879c717064b33ead8b1be 1.60 MB 1,414 14
834,496 834,496 000000000000000000027c1dd7c8878ef60205b5f01aee40c24c0517cdf45688 1.46 MB 2,140 21
834,495 834,495 00000000000000000001297def4bd67beee550f8275ce260ccb947bdec06c025 2.04 MB 2,723 15
834,494 834,494 000000000000000000014026287049c39cca563cb5c93967a077088471801a76 2.01 MB 1,804 14
834,493 834,493 00000000000000000002197cc45f1162b5c9d9f85c0b3947409322371cda987f 1.69 MB 3,123 22
834,492 834,492 00000000000000000002057f91f42eaf42e6817f01cd0cfeb3f467938fd4d653 1.74 MB 1,164 15
834,491 834,491 000000000000000000021e9cd57c52e78a647a823c5d9be5ed3f033a2b244e9e 2.04 MB 1,985 16
834,490 834,490 000000000000000000005591c0a6a1d286f6001c85852caf4c800f08251d3518 1.96 MB 2,187 15
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.29 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.