Loading Tool

Explorer IconExplorer

Memory Pool

84,203 transactions
30.92 vMB
0.09251950 BTC
Random Selection Loading Transactions
Max Size: 189.56/200 MB

Candidate Block

Mining Attempt 890bc7ccac3339e461f9d3e25e552139a54141488468f78397fe2bc54cb88d4e
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 66c860ed06ff3ecb27207c0d22c3e9d6698de04951951d3dd31cade6e67d8bde
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.02237855 BTC
Feerates: 402.60 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (473,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,325 442,325 0000000000000000010b468e85d4166efc671362443b835647b546df2e059cf0 2,661 1.00/1.00 vMB 81
442,324 442,324 000000000000000002e5180b5c0d922113d200b075fab12c72c36d25e761ea67 1,789 0.88/1.00 vMB 46
442,323 442,323 000000000000000001285848ea516940ebbaee22d60517cb7f1dc16a0f1ded19 2,550 1.00/1.00 vMB 83
442,322 442,322 00000000000000000234b885eba3dbba8dc1ff4785a919b706b54ea1e798fedd 1,616 0.73/1.00 vMB 56
442,321 442,321 00000000000000000101e25a08f15e1a2d7bbd0fd90abc14aebb7a969b6a4ba4 2,367 1.00/1.00 vMB 79
442,320 442,320 000000000000000001df9be776a4924228aab925edd637d35e413919bcb9a09a 2,002 1.00/1.00 vMB 72
442,319 442,319 0000000000000000030ad587b75b92ffb355880ecb4b1924b2f1257f0afc65d0 2,403 1.00/1.00 vMB 77
442,318 442,318 0000000000000000003e135e6afc2538f092c86ee04145ce0fc74350e35b1d13 2,515 1.00/1.00 vMB 71
442,317 442,317 0000000000000000018b974f44b08826b0b37a3ee4d7f813d8643c17c834e2ea 2,655 1.00/1.00 vMB 70
442,316 442,316 0000000000000000026e563c919ff2b99503dca53faa362aca42a93934a9b774 2,427 1.00/1.00 vMB 89
442,315 442,315 00000000000000000357772f2ce8e7628b83d7296f6f07d2ac2b1ff87504b855 2,570 1.00/1.00 vMB 98
442,314 442,314 000000000000000001c6ee11dee5761e74b3558d018d63d2c620f9270749a50f 1,527 0.98/1.00 vMB 65
442,313 442,313 000000000000000000d0e11ea3e4ca554e005da9fb67474ec7d90a3be5dd9a21 65 0.18/1.00 vMB 53
442,312 442,312 0000000000000000003d40cf3c4183deb7f5ab923ffa3449600566d8724bb306 1,595 1.00/1.00 vMB 66
442,311 442,311 0000000000000000012d832f0e0790e00239cc255bcf3dc77e28112304554029 1,969 1.00/1.00 vMB 60
442,310 442,310 000000000000000003bb0ed487ed6e8214f3fc508b0c4a87a2fd64008c3e5da0 779 0.43/1.00 vMB 55
442,309 442,309 000000000000000002ff233cb8987a9180a8f70738fb0def24cbc06f521e44a4 2,171 1.00/1.00 vMB 64
442,308 442,308 000000000000000002e39ff6cf503af447421055dfd17b2676f8e3972bb7e275 1,893 1.00/1.00 vMB 72
442,307 442,307 00000000000000000049f5690719eb8ecc821883abd8e48a233a114fcd1e7758 2,753 1.00/1.00 vMB 102
442,306 442,306 000000000000000000ab0f2010c9288a9edf5d22e87f84f459195ffdbd9b618e 1,482 0.63/1.00 vMB 79
442,305 442,305 0000000000000000009b76b71e8782c9f497cc766e4510c975794e23fb361eba 2,501 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.