Loading Tool

Explorer IconExplorer

Memory Pool

79,129 transactions
29.59 vMB
0.07167765 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 1b42fd577813d4f7b6c1a0d1c6295114369ec0f6cde066ab3ae34d9d08fa259c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (341,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,336 573,336 000000000000000000249456d7ef78da87ba1a27abb86a25fa62695d4bcd1c3a 3,066 1.00/1.00 vMB 56
573,335 573,335 0000000000000000000dbdef4c570e79978e2860d41d37e41ebf8adb5000fdd1 2,859 1.00/1.00 vMB 100
573,334 573,334 0000000000000000002234c11a531172c34b567b06f63828fd343663282ed799 3,064 1.00/1.00 vMB 107
573,333 573,333 000000000000000000048d938ba3163d6e1d7bf75c4b442f1dde4f3a01959296 2,345 1.00/1.00 vMB 60
573,332 573,332 0000000000000000001bcdc3dad0c0d0e8b5a1abcb83caa75bd17a78e0617db4 3,221 1.00/1.00 vMB 81
573,331 573,331 0000000000000000001fc98b497e494d755654a37bc75e602e38a039e0f435cf 3,104 1.00/1.00 vMB 134
573,330 573,330 00000000000000000026eb3bda7421ccd5db801e645435090746f72e4f859c61 1,643 1.00/1.00 vMB 51
573,329 573,329 0000000000000000001a4a3e2af3cfd9ad2ec7fedfe85b4245ee3c9726f13079 2,774 1.00/1.00 vMB 81
573,328 573,328 0000000000000000000589b297068272b9ab194d9f06f82c3fcd096aedb8bce8 1,834 1.00/1.00 vMB 64
573,327 573,327 00000000000000000019a63ecefe36142b34635b8a33d8825637b9eb45422766 1,772 1.00/1.00 vMB 77
573,326 573,326 00000000000000000012fb15e8cb57640b4429e4861fb390c32dfb9d442f3a8e 2,162 1.00/1.00 vMB 96
573,325 573,325 000000000000000000105ac8800ca5e4c708b3b3ef4cced036f1bc8a40cafadd 3,098 1.00/1.00 vMB 51
573,324 573,324 0000000000000000001a3f39abcc5f365fde982ed45f3b764a5e4bbdf27335ff 2,596 1.00/1.00 vMB 96
573,323 573,323 0000000000000000002c05abb2be935a6085b73e72707248163079cde5957824 1,859 1.00/1.00 vMB 24
573,322 573,322 00000000000000000012b32098182089b8a149406adc2ff20c37b38f2d3b08c9 2,263 1.00/1.00 vMB 18
573,321 573,321 0000000000000000002641c134db6774795c27fbfd9764caad5e9e3cf7f54057 2,559 1.00/1.00 vMB 23
573,320 573,320 0000000000000000000e5b6e68b656f1318a4b815d2087804fc33f8b425b6c2b 3,019 1.00/1.00 vMB 58
573,319 573,319 000000000000000000256ff3906c04fc76d668f7a538680bed069041c27c57b5 2,758 1.00/1.00 vMB 46
573,318 573,318 00000000000000000005ea39e8358b64b8cbcd924eb922cf1f02f38dd936bcc2 2,830 1.00/1.00 vMB 82
573,317 573,317 00000000000000000013d105572857832b2e2178369d1494a7a17fa6332a41cb 3,096 1.00/1.00 vMB 94
573,316 573,316 0000000000000000002c48b71189dcd1ce8062227b8163b1ac721151b5126df3 2,917 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.