Memory Pool Memory Pool Refreshing

6,416 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,088 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (305,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,687 602,687 00000000000000000004539035e54e5c0b47fe2073ed6b2daa882573657cfb44 1.06 MB 2,112 21
602,686 602,686 0000000000000000000a269d84013a8004f16401479bf6aced54fe098ba4359b 1.24 MB 3,200 28
602,685 602,685 0000000000000000001146a49a420448c585f1c7b08bd1563b57a70425240987 1.25 MB 2,957 31
602,684 602,684 000000000000000000146fad7a81de7446989c414e9fd0a21f42852564ed0498 0.88 MB 2,441 26
602,683 602,683 000000000000000000067d8f244ca214d0498ba6da07b6fdcd36f0968929095f 0.67 MB 1,538 28
602,682 602,682 000000000000000000059f1264f197ab974b4341dadbe6b39e88caba3c54cee0 1.01 MB 2,084 29
602,681 602,681 0000000000000000000c9802908bbbfbc745e43b0649a9dafca408fe82409d40 1.26 MB 3,235 30
602,680 602,680 0000000000000000000a54f9eda42711faca96f143747448e71c5d386af9948c 0.55 MB 1,504 27
602,679 602,679 0000000000000000000f1d5541a797ac7332a3c5c44b33ba5ed515833edd3b05 0.05 MB 136 25
602,678 602,678 000000000000000000003e05c5292de451679fbc0dc667011ff309af36c0f607 0.78 MB 1,525 19
602,677 602,677 00000000000000000007eb04119b7ebd25a4c92e3ecd03f4f72b6b6f523c9357 1.16 MB 2,712 6
602,676 602,676 00000000000000000012d1c2654803b705a28f25ac2f6721c74f0ec0bb6bf5be 1.27 MB 2,619 30
602,675 602,675 0000000000000000000bf8e93d2f9825d0af023ec428e2d1078af2e6531413e1 1.52 MB 1,507 24
602,674 602,674 000000000000000000046a6f3e5d5c636309951d66c52a97035a80dfef7a9628 1.40 MB 1,666 34
602,673 602,673 0000000000000000000c7c497bb48e265bbc6a3502ef8466d2d14e000ecf39dd 1.26 MB 3,013 49
602,672 602,672 00000000000000000009c2038627af636fe05b4a516cafd25a3bfc0dbd77bd03 1.25 MB 2,026 19
602,671 602,671 0000000000000000000176b223af8580a4f8089a843c912b9af93595b0cc750b 1.23 MB 3,172 48
602,670 602,670 00000000000000000008146e474d9e8df0bb6fe19f0c07cbd6afc7926053fac1 1.05 MB 2,451 13
602,669 602,669 0000000000000000000bd2be3a11f3a934ac132a1ceca935e3262970ca0e6905 1.14 MB 1,414 15
602,668 602,668 00000000000000000003300b9ebf06068a2ee8d80758c7ff4f14175ebdd0a24c 1.24 MB 2,766 21
602,667 602,667 000000000000000000139fbb5cd29733431698329390d4eecb113090f434e14f 1.15 MB 2,215 17
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.