Memory Pool Memory Pool Refreshing

4,823 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (445,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
462,241 462,241 000000000000000001c1cfacb71902ccdf03d44adedba7803f0300094e143ac9 0.03 MB 93 143
462,240 462,240 000000000000000001b7d3c21930ae7e4449172a3036242fdc3e5ca27a3349d5 1.00 MB 1,360 96
462,239 462,239 000000000000000001d5d4519b8c91454b42d61473f9482073404502d47e1f12 1.00 MB 1,039 72
462,238 462,238 00000000000000000212912ac98f06633ad2519df68f540a0ad59e392f23d0aa 0.97 MB 654 43
462,237 462,237 00000000000000000204d7fa1cacce0a080ec24bf86b3cbd47fce14d5be1f20f 1.00 MB 1,668 122
462,236 462,236 0000000000000000016b3d88174ba865074bfce1a6b54194ef93bff7e6697d63 0.50 MB 550 75
462,235 462,235 0000000000000000020af9847f91660869faa2d1fc8a921e27896b4cab5bad19 1.00 MB 1,707 113
462,234 462,234 000000000000000000801178a37f766945aedc79271480d3d7d11398d65e739d 1.00 MB 2,025 131
462,233 462,233 000000000000000001011f9692a2dfb7b070e895943693d357331bc45e7fb96e 1.00 MB 1,916 140
462,232 462,232 0000000000000000017bea0d44717fca222fe732aa7862db762d2c9f20ba13f3 1.00 MB 2,099 167
462,231 462,231 00000000000000000185a087e974332049a5f91b95b11853f469b34d188aab24 1.00 MB 2,294 174
462,230 462,230 000000000000000001494d74592809d9f09883539a44b02af620c6a2fa130e64 0.98 MB 789 61
462,229 462,229 00000000000000000058b81d48de78c3e3f4a82ba0edab4f4a6feddb330d01ac 0.90 MB 229 25
462,228 462,228 00000000000000000067345b8e84bcc921df06038fefdef3628a7d8f35b1ad84 1.00 MB 1,870 139
462,227 462,227 000000000000000001cf48ae5f01d8926cab209b9cbf1fb4b8fcf01531168d57 0.45 MB 341 89
462,226 462,226 000000000000000000b06db66db9f73aa696730a12fd464483d8e58c022c431b 1.00 MB 1,765 163
462,225 462,225 000000000000000000ce12900e62dd7b40cbb9e4609ce4d495e7b8d717c93950 1.00 MB 2,251 178
462,224 462,224 0000000000000000018debd761da70cacbb0ea2740ae2bf2b3300b1f928678dd 1.00 MB 890 84
462,223 462,223 0000000000000000018a0db73513eca296b3378ef102df53ceaa516367f140df 1.00 MB 266 40
462,222 462,222 000000000000000001d7590c0be68087c13951ec4a5d12b2ab8b7aaf69d09dde 1.00 MB 941 70
462,221 462,221 00000000000000000077601bd18ab6b3316a02a07a5f8ff66ae67b4fb47e91c5 1.00 MB 2,015 147
Previous 10 blocks ↓
Total Size: 768.98 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.73 GB sent, 92.69 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.