Loading Tool

Explorer IconExplorer

Memory Pool

46,164 transactions
32.34 vMB
0.13062883 BTC
Random Selection Loading Transactions
Max Size: 164.17/200 MB

Candidate Block

Mining Attempt e18b7d102583f4a2f8a5576a1f1f2f39fa6e79b7eeffc980502065f62d301f71
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root af673185d7dac255a6db0b3cb96150fd92899f1faa90cbe4cd8ed0edf222c2eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05696271 BTC
Feerates: 265.25 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (331,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,260 583,260 00000000000000000000ecb2b2657f1d040b3c4fd1bcb8adc4c0d7993e25eec6 2,107 1.00/1.00 vMB 123
583,259 583,259 00000000000000000009ce37d77f4cf9b9d0ab4b0990729049a8112e3d56cfda 2,128 1.00/1.00 vMB 117
583,258 583,258 0000000000000000001382238b09286e346739e841a2c13a706b74411b064602 2,429 1.00/1.00 vMB 137
583,257 583,257 0000000000000000001b89290fb4fe04bb57d40ec770a92e7f05a5b877b213da 1,109 0.46/1.00 vMB 83
583,256 583,256 00000000000000000001efd325f7290e04f7c4d9ed19a7f4a82959f2e382491c 1,954 0.73/1.00 vMB 59
583,255 583,255 0000000000000000001ca4bbf6a3d4c0795a1b21e7a5ccf2b79ef3cd180b3f18 1,505 0.59/1.00 vMB 9
583,254 583,254 0000000000000000001a9650da0a9a5916ed0a44475119a0d894487f1377d367 2,454 1.00/1.00 vMB 103
583,253 583,253 0000000000000000000299541d5f56c1af1bcc35589d45f68b17fe86f5dbc0f0 2,123 1.00/1.00 vMB 82
583,252 583,252 0000000000000000001d5ba51243451d9845c9aff16ee70d96bad1251d802b2c 1,008 0.41/1.00 vMB 62
583,251 583,251 000000000000000000112ecdde5850099d9625cccd50dc95d640d70196a15c08 610 0.29/1.00 vMB 89
583,250 583,250 0000000000000000000d0411d4ae3d069da4846ac9cb93a73edf54a6bb485b20 1,651 0.71/1.00 vMB 70
583,249 583,249 00000000000000000011b143dbe08d9e1a4c5ee83a013993142d116a6bb0c471 1,706 1.00/1.00 vMB 103
583,248 583,248 000000000000000000083e0f520b31c3a6d436ee6cafff25ebc25f22e139c5e6 789 0.49/1.00 vMB 94
583,247 583,247 0000000000000000000728f676a645afd0e15711d29c9dd9846b348c0cff5264 2,271 1.00/1.00 vMB 58
583,246 583,246 00000000000000000019b9d7185aa0cdd6f3ba5d647b977e04a3af095ac22a3b 2,017 1.00/1.00 vMB 59
583,245 583,245 00000000000000000019a7ece2aa751c1cbb81bd86928d5ac8774210f30520d2 2,463 1.00/1.00 vMB 21
583,244 583,244 0000000000000000000ad56de3d40c489b8cf9169a232bb8f4371ef714e2e56b 2,156 1.00/1.00 vMB 98
583,243 583,243 00000000000000000006716302f9ccd7e1bfcef8be6530f7427298acc10d0a3d 1,599 1.00/1.00 vMB 135
583,242 583,242 0000000000000000001f58e703567436a07028b9664da17fe316ad2521d6b358 2,933 1.00/1.00 vMB 80
583,241 583,241 0000000000000000000cc7bb29fcd1eb7574ab91ed7577ab25e64b7b111e192a 2,546 0.93/1.00 vMB 21
583,240 583,240 0000000000000000001ca31b55687fd0778947632add799c00b11fa2ada9bbd2 2,946 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.