Loading Tool

Explorer IconExplorer

Memory Pool

27,970 transactions
24.38 vMB
0.04724671 BTC
Random Selection Loading Transactions
Max Size: 120.33/200 MB

Candidate Block

Mining Attempt dbda68c4d8d5ef314f84ee607850ea852cbd1e566e48bbcdf146b4bd9de73762
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root b2eb478232c7706925c76c2ea9cbcd01813ff9a207e8415dbf144e643a9c1c5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.00413968 BTC
Feerates: 100.96 > 0.41 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (331,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,335 583,335 00000000000000000005d72514937b3502578706121e079bb3c8a39d426af040 2,166 1.00/1.00 vMB 123
583,334 583,334 0000000000000000001685f4fe7be67de382e6f4602de83ddad1b3dfa2d31491 2,095 1.00/1.00 vMB 122
583,333 583,333 00000000000000000006e3d031d269dfd8b96e1b274a3f6b2c1a0549bb186c00 2,462 1.00/1.00 vMB 76
583,332 583,332 0000000000000000000b04b26125da43891e7a6d4252587246ff754b57cc514f 2,879 1.00/1.00 vMB 112
583,331 583,331 000000000000000000225ad8da8ad19647c98f448b7eeb6cbf18208c0e4db563 2,447 1.00/1.00 vMB 101
583,330 583,330 0000000000000000000a5ba1c11c8a27a6c017373a661a253607c1fd77c30531 2,726 1.00/1.00 vMB 74
583,329 583,329 000000000000000000171532e82f3ce3069e30eaad4fb1e16e7ec558240790df 2,384 1.00/1.00 vMB 98
583,328 583,328 000000000000000000132f7756defe2e9f8f182b50369654231d9debcd1bf821 3,124 1.00/1.00 vMB 124
583,327 583,327 0000000000000000000dfc8fa5b57579b46c8bef1b26702aad3686a91d88083a 2,878 1.00/1.00 vMB 106
583,326 583,326 0000000000000000001c751938c2292df546528b053952239854a7a740ad0420 1,551 1.00/1.00 vMB 73
583,325 583,325 0000000000000000000336c0077baad76c9025abd9fa3d566ed62436e44d35b0 1,981 1.00/1.00 vMB 111
583,324 583,324 0000000000000000001ee1bc9bd77f1e3f72fd55ff0ae65c1a4999ac4440bfc6 2,470 1.00/1.00 vMB 101
583,323 583,323 0000000000000000001b58bbf9d87b1b3de5fdfa99afe5fbd46a653a46811623 2,101 1.00/1.00 vMB 73
583,322 583,322 00000000000000000005ec084faca583ce933c85dc729ea1c99bbd096b95f6a8 2,647 1.00/1.00 vMB 96
583,321 583,321 00000000000000000015c2f1d2dc34a92ff66586f46acedb81526489e9ccfe30 2,927 1.00/1.00 vMB 100
583,320 583,320 0000000000000000000c4c0fe22880daf7bbf16e6c03b8fac7d8c17e20056515 2,811 1.00/1.00 vMB 120
583,319 583,319 00000000000000000013301e29843f6f50da3babbda221d0881fae88a89d5dd4 3,076 1.00/1.00 vMB 122
583,318 583,318 0000000000000000001429f34cba8a9703548092f9f55c25391a4fd3a61c7dfc 2,401 1.00/1.00 vMB 108
583,317 583,317 0000000000000000001fde08d14b18c6cfd8379c4a3a27d849471ac63e3bbc56 2,960 1.00/1.00 vMB 131
583,316 583,316 00000000000000000013fa834193bbb6fa5dc06b6ca88ead007a9fa19588decd 3,328 1.00/1.00 vMB 126
583,315 583,315 0000000000000000001970c78351d0d6b14df965fd6d2b495c9880e9d46dad7f 2,445 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 781.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 642.06 GB
    • Received: 12.53 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.