Loading Tool

Explorer IconExplorer

Memory Pool

37,225 transactions
26.99 vMB
0.05961230 BTC
Random Selection Loading Transactions
Max Size: 137.24/200 MB

Candidate Block

Mining Attempt d4b2223d4ffaf6be9b82f712e28ac04d31a2fe0c9320908ffe1d406c2be642bb
Version 20000000
Previous Block 00000000000000000000b82997d0ff028abf9f07d988c4209ad1be893347c34c
Merkle Root fa8f4b33dbcd0e01a9ae37affa6e41bec4719e950e5f3616bb21d74856d38256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,321
Size: 1.00 vMB
Total Fees: 0.00886343 BTC
Feerates: 362.65 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,648 (98,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,246 816,246 0000000000000000000023c2e3560064fb17bd80c42234d6f1d0bf33d85b6da1 4,670 1.00/1.00 vMB 47
816,245 816,245 00000000000000000000ae157c32ed2fff504448e863f887641b965771a26fa3 5,428 1.00/1.00 vMB 52
816,244 816,244 00000000000000000003bb7ee6245389b6b51db942ab2a9a8b5f9f5340ae4b38 4,609 1.00/1.00 vMB 60
816,243 816,243 0000000000000000000255f8d13d8b89b0bcc34ac94c4571e9f98ad269a886bb 3,606 1.00/1.00 vMB 58
816,242 816,242 000000000000000000016681bb41eab9c7f0fff2980ec21876fb81352d37a3d6 3,408 1.00/1.00 vMB 81
816,241 816,241 000000000000000000033f17913ab344a158a06d53230de4b0ed892961f8b149 6,500 1.00/1.00 vMB 33
816,240 816,240 00000000000000000003650be6b7cfda3856a2b02b704c58314afc5df6577981 5,137 1.00/1.00 vMB 57
816,239 816,239 00000000000000000000454ae9721a25cbb64f126316e5a59e5427a0ac719e1d 4,118 1.00/1.00 vMB 59
816,238 816,238 000000000000000000037b5449511d19492560482fec779e2714dc9a0c0e0e52 3,505 1.00/1.00 vMB 33
816,237 816,237 0000000000000000000285f2c39a5f0c2d56ae17fda50d3473c89c02a601483d 4,010 1.00/1.00 vMB 43
816,236 816,236 00000000000000000003ba41f0d0df305974daab48038f2f01cdbc1ea5aef679 4,443 1.00/1.00 vMB 42
816,235 816,235 000000000000000000032490ea0c5899f26dc1ab4a53590dc7eae0b595c52d3b 3,857 1.00/1.00 vMB 39
816,234 816,234 00000000000000000003fe732d9f60ae2d5b76528e556e76396d79f856fc6846 3,697 1.00/1.00 vMB 58
816,233 816,233 000000000000000000028f86112b98a06a58f9e26cfdf5a19872ffdd488682ce 3,947 1.00/1.00 vMB 119
816,232 816,232 00000000000000000000576afa9ab98603d36ea0be18871f7981512ee9e26935 3,712 1.00/1.00 vMB 64
816,231 816,231 00000000000000000003560d697ac0b1cfa53d99e4b38a6112b930ed4fbace3c 6,110 1.00/1.00 vMB 43
816,230 816,230 0000000000000000000071a68c37b98ab45439429d233b78f5cad7e7b621d1dd 3,473 1.00/1.00 vMB 74
816,229 816,229 0000000000000000000192569771b08895a06eb49801ac45802253101bf2a8a6 3,803 1.00/1.00 vMB 83
816,228 816,228 00000000000000000000065b7d126d70cdeb700e0e84d9f70b499e1b84812685 5,166 1.00/1.00 vMB 45
816,227 816,227 00000000000000000002bfb19240be22c122232f19d87f0acea52c3635f394a6 3,897 1.00/1.00 vMB 79
816,226 816,226 00000000000000000002de18b0b0cad1b71b1e269ae0e60e35b9cdbe445e4ccc 5,422 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.77 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: 632.65 GB
    • Received: 12.13 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.