Loading Tool

Explorer IconExplorer

Memory Pool

78,937 transactions
29.44 vMB
0.06699749 BTC
Random Selection Loading Transactions
Max Size: 177.22/200 MB

Candidate Block

Mining Attempt 14f6e1133aaca88e07cf8251840ec53f5d36bb8fbad905f2a416e1f96e7cb5a0
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b04d096934e08e2adde982ead5f7f15bace926048e703eb6bbff328b1badec7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,410
Size: 1.00 vMB
Total Fees: 0.00719541 BTC
Feerates: 150.77 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (643,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,065 271,065 00000000000000010c007e58c0d3f720f158842dcd186d796727bae1f81399c6 768 0.47/1.00 vMB 52
271,064 271,064 0000000000000001d72df1b8cb32122d489422012668cdf9842276cad3a0586d 2,064 0.90/1.00 vMB 103
271,063 271,063 0000000000000002281849faf4b3afebb41eb24a201201c5202798d91f3fe21e 434 0.25/1.00 vMB 35
271,062 271,062 0000000000000003e8f3d7c504dfcb7e7a4d50097c6e76e0045d4145b4eec583 634 0.25/1.00 vMB 97
271,061 271,061 00000000000000061511d6c8c5705ea6839ee3fc671c83e346f50ae1775852c7 81 0.09/1.00 vMB 20
271,060 271,060 00000000000000001fa54ad05f4e079cf8e9b55e8131ddfba368abf3be7b4c9f 400 0.19/1.00 vMB 59
271,059 271,059 000000000000000377235d93aeb921dd25616350cce2ba35f419a0ce6086f917 210 0.08/1.00 vMB 51
271,058 271,058 0000000000000000070b429caa3f76497671d44ec5b6926c6e404f2bca2d6781 279 0.22/1.00 vMB 34
271,057 271,057 0000000000000005e168dc2b5aecb6f99046c2e9dffde239f924f3af62a0a364 124 0.05/1.00 vMB 39
271,056 271,056 0000000000000001b15158f1d4de269865e088418cbce71090ce51e3d8407766 52 0.03/1.00 vMB 30
271,055 271,055 00000000000000069271f1e2dbca6e04f7ba6609ca7398a887f28b45a0c78ce2 90 0.07/1.00 vMB 57
271,054 271,054 00000000000000048d61deea2ecc297dcb72882fa4e26d822f9b643d1382c617 245 0.12/1.00 vMB 39
271,053 271,053 0000000000000004e4f5dffd8f55ec5c877158346aa0d691fcf6dcd72d1ecf51 101 0.07/1.00 vMB 10
271,052 271,052 00000000000000000f76408c36e0a41255e1c522bf9f1a98152b88f5d70fa140 538 0.27/1.00 vMB 68
271,051 271,051 000000000000000541bb21c4cf8dd9b4e2780916499a3f4fd704b4b3b963c2e3 819 0.43/1.00 vMB 50
271,050 271,050 0000000000000004c5095aa187bd2e509c19ebfdfd9e48ed6edb439d32f38ce8 374 0.15/1.00 vMB 101
271,049 271,049 0000000000000001d5723b83906583e96bed9b497e08fb93a9d015c6e17eef72 639 0.33/1.00 vMB 52
271,048 271,048 0000000000000001e4b237c2fc3c0252c0fd19f2417073ad08d78e3b904b7714 292 0.25/1.00 vMB 30
271,047 271,047 0000000000000003b4e9cda50df93d0d1cdcf285c8e53bb66a542bd57f3874a0 803 0.35/1.00 vMB 62
271,046 271,046 0000000000000006c1e9d572894bc5328d023f7c899d0cc67c3a1da3ad1a2416 231 0.14/1.00 vMB 18
271,045 271,045 000000000000000516ea0d85199889756e0cf02194f9f0f046d920e9187cebb1 1,044 0.44/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.38 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.28 GB
    • Received: 14.96 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.