Loading Tool

Explorer IconExplorer

Memory Pool

34,185 transactions
25.72 vMB
0.06056246 BTC
Random Selection Loading Transactions
Max Size: 130.12/200 MB

Candidate Block

Mining Attempt 042957c31465559520e27388d8526a8b8cf655d258a01756540fe8b66a6fe2be
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 6db358c0f58e94d7c9a46191e11cf3556992adb2ef59626b7f3e6153d6e855c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,033
Size: 1.00 vMB
Total Fees: 0.01356729 BTC
Feerates: 74.70 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (340,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,234 574,234 00000000000000000025813dc4bc95de536c3c9b285af4e29e0d34f0915b22a4 3,235 1.00/1.00 vMB 64
574,233 574,233 000000000000000000288d572603ed55ee58d72b561a5b2ba64258da9c3bcb0d 2,277 1.00/1.00 vMB 77
574,232 574,232 0000000000000000000577661108d20003c7329a6929f2827f9c7400eef777c3 2,652 1.00/1.00 vMB 45
574,231 574,231 00000000000000000017a0cc8cd8c3a117005b2e5b68a8b7a75f21ff2bb52c9b 2,344 1.00/1.00 vMB 44
574,230 574,230 00000000000000000007236162ced9d044e4e033306cae0cc3ccf7aaad47bdc1 2,789 1.00/1.00 vMB 66
574,229 574,229 0000000000000000000c82a10261cb55bd250813c8d25605430e215f93d96243 2,843 1.00/1.00 vMB 26
574,228 574,228 0000000000000000002aba60e5ff63815966274bfc2aa74a2f43008d2e9f44d5 2,733 1.00/1.00 vMB 41
574,227 574,227 0000000000000000001295007e98fbd1d929f70aa600233cdc8d313d71a63765 3,277 1.00/1.00 vMB 21
574,226 574,226 0000000000000000000a3eda4487e69b91ed60471df234bd02bd55e020aabe5d 1,201 0.40/1.00 vMB 27
574,225 574,225 00000000000000000018566d48d7312297c6cd1c179266bbefbb4933bab6fdff 123 0.04/1.00 vMB 10
574,224 574,224 00000000000000000005ba510b1e30053f150ce5f7dbd819d15f2864b090f32f 1,587 0.50/1.00 vMB 21
574,223 574,223 00000000000000000024647307ecd762d13153ce07dee4f4ac5ba97f6d373c68 202 0.06/1.00 vMB 19
574,222 574,222 0000000000000000001698ab4cd61f291c9d1e3db70ebd3d9b3af9e839dab10d 888 0.37/1.00 vMB 6
574,221 574,221 00000000000000000000c42fa56dd29b525e1403dda1f8f6a6dac7fbcb5ed947 2,754 1.00/1.00 vMB 36
574,220 574,220 0000000000000000000bdb5e52a1086d66011c25ec05f51707a080e08ace955f 1,355 0.40/1.00 vMB 35
574,219 574,219 00000000000000000026c860d3b41f86d9a306cd61effa9dfc1ac139071cc77f 2,007 0.70/1.00 vMB 8
574,218 574,218 0000000000000000001290295b1a2d340b2cd16d1a98c92669d52e4f7f0e9b01 2,444 1.00/1.00 vMB 9
574,217 574,217 000000000000000000083cc6e4baf1a011589d6b090cd3807ac3ca82daf73b42 2,279 1.00/1.00 vMB 41
574,216 574,216 00000000000000000028b07863c4f11cbea905ac6dd632b7a651a42442ae0014 3,115 1.00/1.00 vMB 56
574,215 574,215 0000000000000000000b38dbe232b42d0e394c2eea63adab9dd98ba52473d674 462 0.68/1.00 vMB 8
574,214 574,214 000000000000000000283e3728008ab9fef4b9c9857a1b5b3cd45c3446a28a4d 2,155 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.