Loading Tool

Explorer IconExplorer

Memory Pool

77,463 transactions
28.48 vMB
0.09445569 BTC
Random Selection Loading Transactions
Max Size: 173.21/200 MB

Candidate Block

Mining Attempt e0f9f0a13bd89f729ca6fd1a83494713cd4f0ea48979ad13819098c52bb5f340
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root b38ab1a177696bd2733a08fe47431c882eb2ae8faeb4181b6cb66f436394eb7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03024527 BTC
Feerates: 201.07 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (507,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,295 408,295 0000000000000000014600bf5ed420785a226296c28d5a3c02a6335aba8d66fe 2,877 0.93/1.00 vMB 73
408,294 408,294 000000000000000000f4a41559954f38e925cf33e0ff84fc0a5b7c0cfe23daa7 1,026 0.61/1.00 vMB 30
408,293 408,293 000000000000000004a070eaeb47c76655e17e0690cefebbf124fbe1013b1342 2,428 1.00/1.00 vMB 49
408,292 408,292 00000000000000000514b2795c34e031df03853d0da0f983a5615a987e719359 728 0.65/1.00 vMB 25
408,291 408,291 00000000000000000003700c138db56243277f1bc173077844a3050860e2cf57 1,781 1.00/1.00 vMB 36
408,290 408,290 0000000000000000009ac4e5bb5a8984ef26d1972629fbd9f7540ae8ac03eec8 1,775 1.00/1.00 vMB 35
408,289 408,289 0000000000000000051fbab91a786254f8505c871b4bd4b2e6ddf8408a6d202c 2,222 1.00/1.00 vMB 39
408,288 408,288 0000000000000000047c4310c342c629c26541a6d2f815a08aabbc7d5626142e 1,010 0.59/1.00 vMB 28
408,287 408,287 0000000000000000040901c1bc0b3db8d5c7f18c0a5c9e724ab834604490eded 2,591 1.00/1.00 vMB 60
408,286 408,286 0000000000000000042aba534f30165297d23f1b965562b49b6e7fc71787a177 1,690 0.98/1.00 vMB 38
408,285 408,285 0000000000000000008c934ba83aa878510d51bf86252b5b580e7d7b51275a9d 730 0.49/1.00 vMB 27
408,284 408,284 0000000000000000056073231ac4ec2852506ec4cb3c083d1310d5cc0389de80 1,486 1.00/1.00 vMB 21
408,283 408,283 0000000000000000005b62f7482de5f6f2d550753b220da6f0d01cff84bf8e5f 1,669 1.00/1.00 vMB 38
408,282 408,282 00000000000000000051b0f769ed0720228a7be5ef16e45ff65807c1565bcb2f 2,889 0.99/1.00 vMB 50
408,281 408,281 00000000000000000489d71fca329b929fbf2d5135659fbb3d5fad5195cf3211 2,611 0.75/1.00 vMB 72
408,280 408,280 0000000000000000043b0a4b186fe625dd4ca8288eebb46a4966fe0c626f24b7 718 0.35/1.00 vMB 36
408,279 408,279 00000000000000000511aa217707cbd27a37d48795ef3f02c1696fb3b23ea3b5 1,232 0.58/1.00 vMB 37
408,278 408,278 000000000000000002a43069c13a2e16954da661c2eeecb908aa8c720c73c385 2,081 1.00/1.00 vMB 35
408,277 408,277 000000000000000002a40007eca6682ac9c21d4547f50a0b8f61c43278e47d60 403 0.21/1.00 vMB 32
408,276 408,276 00000000000000000439dc3d1d7135828f8fb282feecda8fe4e58ffbbbc2a72c 1,341 0.64/1.00 vMB 32
408,275 408,275 000000000000000003459a16cef5ac730c7a3a7af78122cafe53f0d6ab3a9ad7 999 0.63/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.