Memory Pool Memory Pool Refreshing

6,491 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,344 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (419,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,154 488,154 0000000000000000003602c8a3d80a2e06e2998debf0d16dd3c69bafa365d6a2 0.60 MB 1,644 12
488,153 488,153 000000000000000000875fc42c8cee9b09f23a05845ede1ff273d85fd5f18e33 1.00 MB 2,184 12
488,152 488,152 0000000000000000004a6a6c4c2262112504d186811328d3d65a09dec6a9e0bd 1.00 MB 2,487 57
488,151 488,151 000000000000000000648fbaaed343eaf085ba87702e89e04e2cadbbeb2e507d 1.04 MB 2,374 110
488,150 488,150 000000000000000000420b061d962061043fcd7422beb5813bef42dae4021442 1.00 MB 2,142 141
488,149 488,149 000000000000000000deef36a147950f55d3aa935c476a11dd35c8dc16ae53d8 1.06 MB 2,147 76
488,148 488,148 00000000000000000089ef3ff85afa89c853f66b046af0e299f437786a7cf55f 1.00 MB 2,628 150
488,147 488,147 000000000000000000af83cbc78f3fdf1cb8ff6f3cf5cee948c60b3402703d0a 1.01 MB 2,667 151
488,146 488,146 000000000000000000c8575aac8b88756afe70917e6563bece1bed8ec5530985 1.08 MB 2,308 69
488,145 488,145 000000000000000000eab6b9fdde1562afcd22d169dcf4c473b61d9cf3bfbd1b 1.00 MB 1,735 96
488,144 488,144 0000000000000000005b74f930bd816cc2bb8342b64f9e5abfdb5cf34abb16a0 1.03 MB 2,079 129
488,143 488,143 0000000000000000003c0a0b9a51d9046603cd799b7eded5dbfdcc6a276d7453 1.01 MB 1,188 168
488,142 488,142 00000000000000000034358f5b63b5cdbfdea808e5928984fa98c7412cad1a5c 0.32 MB 599 131
488,141 488,141 0000000000000000009ae7997c41a8d0278180cc492024103622887c615d5c6e 0.95 MB 113 8
488,140 488,140 00000000000000000037c858e181aa8f20d3b3427fc82577b1a6c4e369e14982 1.03 MB 2,046 24
488,139 488,139 0000000000000000005dcaacb261a74f4868137bff0f96536902c82ceb0136e2 1.06 MB 2,036 24
488,138 488,138 0000000000000000007ab96249408b7cd278089a9564511feb6f7debc962fc20 1.00 MB 2,098 143
488,137 488,137 000000000000000000cc7e729c406f5ec387bddd5bb258aa304e29af39e577f3 1.00 MB 2,577 145
488,136 488,136 000000000000000000b953b0bf898baa2369ba95830a866204f79ffb474e759b 1.06 MB 2,362 52
488,135 488,135 000000000000000000842edc52fb49a8ea7d7d0ccb604baec7c0f0000cae1799 0.86 MB 1,597 107
488,134 488,134 000000000000000000bb77dddf89fde0ae768d02185bec4c3cea9022f8c68c6b 0.57 MB 1,115 97
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.