Memory Pool Memory Pool Refreshing

7,985 transactions
2.74 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
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (651,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,997 255,997 0000000000000037ed519ab6c4c59ce2f1896171aab44e0e1d92308a6bf3fb8d 0.23 MB 554 103
255,996 255,996 0000000000000000c76adeaddc5ff43cd68d9a7014edf3037dd360d8318f8a83 0.25 MB 614 116
255,995 255,995 000000000000002ee21190a819c783bdafbdd0dff57b4d38563fa52255a04451 0.10 MB 262 135
255,994 255,994 000000000000001051c525a81c56d9163bb58c4fb1073a9d100733ceadae9f6a 0.08 MB 212 131
255,993 255,993 000000000000001812c5cb733b70e8c6b88aa26b311833cea66db09cd830c9c6 0.19 MB 492 140
255,992 255,992 00000000000000333d58cbc9ad159453f166172c3e8a65bf95b665740538508a 0.23 MB 587 114
255,991 255,991 000000000000000b4cf68efdfc52c9ab088344b46d0c2999446bf3d16ff253f2 0.10 MB 228 128
255,990 255,990 0000000000000015560358e22f91f81de392d50d30f72929401d559ba2c381ea 0.12 MB 314 147
255,989 255,989 000000000000000878486981c76ce8438452d6c929e2d86a8230236189b11eab 0.13 MB 317 157
255,988 255,988 0000000000000006a0e603a247a46a47f77aa90efa21d514a96acafe20a0f1f1 0.06 MB 139 119
255,987 255,987 0000000000000024be76130639a2b500018f3b2d514199ed2b51b0786c72abda 0.03 MB 59 102
255,986 255,986 00000000000000381586b8f6ab4e4fb22323b0b78ed5ff6e118372bac31e2aa0 0.06 MB 148 107
255,985 255,985 0000000000000024c8f99ad3b7e7b3139c2910e7766b7e8aaabb668eb984faa5 0.01 MB 22 232
255,984 255,984 000000000000002db51b592c639814cce1ebbd12dc3b3e5ff5a7f67bd737dd6d 0.13 MB 333 138
255,983 255,983 0000000000000023a4eb0a0d6b110bd60292de9ac4ee9e0be3a96f97aa68a224 0.12 MB 316 118
255,982 255,982 00000000000000016ddf485690a86814c52adfabfff22ec85653bdbcc7a6ab75 0.08 MB 209 118
255,981 255,981 0000000000000017b706c97f3bfcdf9af2daf8ecce96cfaacbe77fbbdd4a2d87 0.12 MB 285 113
255,980 255,980 0000000000000018b3f5943db36abd17ccc7b68136230ed8ee86aa03edc85bb0 0.14 MB 351 78
255,979 255,979 00000000000000010a3ce0792e693b43223af33efd6b2acc145c7d8d56278e57 0.25 MB 644 128
255,978 255,978 000000000000001b019646c8db46d23c23814b246122860298584cbfa0d56331 0.04 MB 107 112
255,977 255,977 0000000000000033ad33a51087b430b59003e207f828002b3819312e5e5696f5 0.05 MB 145 102
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.