Memory Pool Memory Pool Refreshing

1,120 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (73,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
834,489 834,489 0000000000000000000054df43ad9e5e9693566e65c60e168860f0e25418f970 1.65 MB 3,685 32
834,488 834,488 00000000000000000000978311c7af7e3735e17d81bd557b406925ba540f92b9 1.64 MB 2,648 22
834,487 834,487 000000000000000000035163d4a90641543ed383476a7c0cb03523c4dc55f6b8 2.16 MB 3,074 17
834,486 834,486 00000000000000000001ae6703184656ce768811cc74c3ada0b645e15139553a 1.93 MB 1,685 17
834,485 834,485 000000000000000000036e0be7b4be14849c62f19d0928f146bd92c43cf2f8cd 1.68 MB 3,107 24
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.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.