Loading Tool

Explorer IconExplorer

Memory Pool

80,746 transactions
29.43 vMB
0.10051038 BTC
Random Selection Loading Transactions
Max Size: 179.29/200 MB

Candidate Block

Mining Attempt 879a7661d5b58df4c4ff0256139783af5b60ca3d0ff7948d7f1d25b55b22a8bc
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 1319ae71ee33f587821af256a29328be17d1ef13b966308e15d2539c828b2742
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,361
Size: 1.00 vMB
Total Fees: 0.03871253 BTC
Feerates: 146.36 > 3.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (459,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,067 456,067 000000000000000000b8cdb5fa66a5ceff555b0a490d926607d741c41c7ce125 2,799 1.00/1.00 vMB 151
456,066 456,066 000000000000000001239d70fc1512b4b0af695c2c51a3e3a80bbe2b1b20556e 2,010 1.00/1.00 vMB 134
456,065 456,065 00000000000000000005b740c168a1f68c6b0f5220853aff2c68b1ddf47249d5 2,415 1.00/1.00 vMB 197
456,064 456,064 000000000000000002323770d24c64b9b89bd31df58e960b0a8f5d2f333f8b99 506 0.16/1.00 vMB 247
456,063 456,063 0000000000000000019c9aa144d39a35acd68d16a4915068af3b6cadba5c6596 2,392 1.00/1.00 vMB 160
456,062 456,062 000000000000000001a624893d85b5b4b4576c9645382c340f00bad01fe7cb73 2,585 1.00/1.00 vMB 219
456,061 456,061 000000000000000001e7e0a3afc10ed2745f209c2d142380f15535494eb2f8f3 2,355 1.00/1.00 vMB 160
456,060 456,060 0000000000000000018a75817959167f0c5bca721215fb2f6f870db091c2bed5 1,983 1.00/1.00 vMB 149
456,059 456,059 0000000000000000024744d358fbf6c3fce8e010ce66782a5ea8f195da2992e1 2,050 1.00/1.00 vMB 142
456,058 456,058 00000000000000000169a9005d3a39771a63f0f14053be47fdcfa4ed6031d083 2,246 1.00/1.00 vMB 179
456,057 456,057 00000000000000000063bad9b14a7fbd19e5142ab5041c98aaf0f13c5cbd84c2 2,152 1.00/1.00 vMB 167
456,056 456,056 0000000000000000023c9479a5c4d1ba454416819a82f966955ec3a08c0ead88 2,781 1.00/1.00 vMB 243
456,055 456,055 00000000000000000079e07ae3814da9c9bf42624da290730fbce0ea1c5f2052 1,675 1.00/1.00 vMB 160
456,054 456,054 000000000000000001e0f62a3b4007b5aad3f90b3ba546637f36dc591fe032ff 2,648 1.00/1.00 vMB 194
456,053 456,053 0000000000000000001dde26e0fa550a2bcbd0703a146ac0db4f044ef104581e 1,607 1.00/1.00 vMB 160
456,052 456,052 00000000000000000104ec6b504e243688ded25ae170b33b5478882915a08276 2,630 1.00/1.00 vMB 206
456,051 456,051 0000000000000000000d7a414061e18dfdb02a57565417f38bb502ce9b5c0661 2,370 1.00/1.00 vMB 234
456,050 456,050 00000000000000000003269a081ff6b77e491df6395d4622609a584e614bce6d 2,934 1.00/1.00 vMB 326
456,049 456,049 0000000000000000004b682e9837620fa68a5bfed63c49d7ebbbcb4ab406a064 2,358 1.00/1.00 vMB 109
456,048 456,048 000000000000000002583129d4c4746c20b2305a280863a50a4be584fa668aab 1,637 1.00/1.00 vMB 157
456,047 456,047 0000000000000000022b7ac98224f1a24e91eb9093b430f8383fd41de26b7b63 1,766 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.