Memory Pool Memory Pool Refreshing

60,374 transactions
31.24 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,839 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,473 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,838 (393,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
476,338 476,338 000000000000000000252ae02412eaf010731988c09dafe864424d8e6774d011 0.09 MB 95 67
476,337 476,337 000000000000000000396cee38eb7a4e341edcd7bbd883f18fd1b8563a91cbd0 0.99 MB 2,275 126
476,336 476,336 000000000000000000506625e2ca4383b1c42dd950d431e6fed1abc983905f39 0.99 MB 1,101 68
476,335 476,335 0000000000000000001fb7dce86a639caa1edaeb34c9ae1b39a12e8984a7e80a 1.00 MB 1,448 89
476,334 476,334 00000000000000000066f06725a6e5f7b47e3feefc463a1a666da4a08c91e4b7 0.99 MB 1,620 101
476,333 476,333 0000000000000000003b9366748690cee65f6ae0ced27bb4e256e43452790a50 1.00 MB 284 7
476,332 476,332 000000000000000000cc7cb03ccc3862b75dc9935aed175693432700896e8d0e 1.00 MB 817 55
476,331 476,331 0000000000000000011047666bc482e26c85a55e296181d21f7c2bd7a2a6b863 0.67 MB 1,554 136
476,330 476,330 00000000000000000049a912d10ab8ce4faeba72e74fec8429ceb8018e744694 1.00 MB 762 46
476,329 476,329 000000000000000001069e0b8ace5a71f6db1041125df282036217e0f40121db 1.00 MB 305 6
476,328 476,328 00000000000000000113b3d609bfa0626617a36a9ff053fb991d8ff46b462f9a 1.00 MB 1,991 125
476,327 476,327 00000000000000000022268882dedbae17c58343699c0a835974b15cef4cd134 0.80 MB 1,288 69
476,326 476,326 00000000000000000089ee790880718caddd8e6ab3ef41f39bd3dea1e8f34e00 0.75 MB 1,727 183
476,325 476,325 0000000000000000006b5b13e418896521753ae650b368e27e871f9d04dc6fc9 0.92 MB 1,475 154
476,324 476,324 0000000000000000007e3dcb4f2208a3cfc436525e50123d7d7470ca90b9c13f 1.00 MB 558 23
476,323 476,323 000000000000000000681deb8d193d437dbda103b11537ae41af75483b1ae371 1.00 MB 931 66
476,322 476,322 000000000000000000464b27994eb4ae6ad16f0f37a5b37f15bf52155cc5242e 0.03 MB 68 98
476,321 476,321 00000000000000000115f9fcfbfeda1f2d5d9c82910065cf622bcefee2772ec0 1.00 MB 975 64
476,320 476,320 000000000000000000acded771bdaba357c5daf93d2a3a01d8767090b6dbf97c 1.00 MB 417 23
476,319 476,319 00000000000000000134314095376f4c60cff2741b4e8f6d183ad92c94a3c527 1.00 MB 1,945 137
476,318 476,318 000000000000000000c14b48a1aaf774983291e5274de8eede2e16fb5d4f8852 1.00 MB 2,017 161
Previous 10 blocks ↓
Total Size: 699.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,112.97 GB sent, 204.95 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.