Loading Tool

Explorer IconExplorer

Memory Pool

42,478 transactions
26.53 vMB
0.06120251 BTC
Random Selection Loading Transactions
Max Size: 138.80/200 MB

Candidate Block

Mining Attempt f39fdea01c9c4d6cbc0612565495e8134a78fed8e2ce81242eca20a81ab9a3b1
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 77ee5de76b530b9589a36b421cd3ca90f4438d3e0ef55f7eef8516d33ab46a9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.01239024 BTC
Feerates: 150.77 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (384,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,307 530,307 0000000000000000000b029ac6fabe9ed3a457c795cd42e90f88ea2c49e8830d 1,599 1.00/1.00 vMB 14
530,306 530,306 000000000000000000142348dd591a9afbd0aa49628545667afb14abe2ccd0ee 2,289 1.00/1.00 vMB 36
530,305 530,305 0000000000000000000f355f6887711c0fd2f8e11bc9024fdcc022b89c82488c 2,391 1.00/1.00 vMB 50
530,304 530,304 0000000000000000000b2a0f62ca314aef4a61aab800ea502f03f6c682d6acc9 1,963 1.00/1.00 vMB 5
530,303 530,303 0000000000000000001ac3c55641100af40033b7c24972b0fb15e689677c6263 2,264 1.00/1.00 vMB 13
530,302 530,302 0000000000000000000bfad2fe05bc4183e3ffac20c6a395cd2e3915bcae6b78 2,143 1.00/1.00 vMB 11
530,301 530,301 000000000000000000310e21c9d3e3e1ba129cc39e15ba477486360013ed0bd9 2,609 1.00/1.00 vMB 21
530,300 530,300 00000000000000000005683ad025080a44186d223be4aef36cdbc096ec97905b 2,417 1.00/1.00 vMB 27
530,299 530,299 000000000000000000207a3504be94c593874520e680a027d176fba59299678a 2,506 1.00/1.00 vMB 34
530,298 530,298 000000000000000000341c7c102d180945dd29ea44400dd1cc7bbe962f5a6710 2,156 1.00/1.00 vMB 24
530,297 530,297 00000000000000000025112154704e177ed64a5ee362f2fb29e5f76b39d1f355 2,234 1.00/1.00 vMB 77
530,296 530,296 000000000000000000337ce39c58154a1fbbf045c4ee31a3e944efb1f843318d 2,437 1.00/1.00 vMB 27
530,295 530,295 0000000000000000000a8e7f756ee8f8dce1bd8a2bc19ff925071175d7564b8b 2,878 1.00/1.00 vMB 18
530,294 530,294 0000000000000000001950592bd4df071e3e4992e2080169d4a8a90dfc08f561 2,432 1.00/1.00 vMB 18
530,293 530,293 000000000000000000265f8ae95250324bdcaa9d652c2caa299f89725f0661e0 2,280 1.00/1.00 vMB 46
530,292 530,292 0000000000000000001e6808ee2804c094444108f409ecc7c2e68f69eb97a33c 2,401 1.00/1.00 vMB 89
530,291 530,291 000000000000000000242e113a1faa874f318bfe94916768640c7b3eb195cc78 2,599 1.00/1.00 vMB 39
530,290 530,290 0000000000000000000424e5e3b5019c35f3bbfcb387886772d5205c912304fb 2,410 1.00/1.00 vMB 32
530,289 530,289 000000000000000000298780c9855540157d2323c4fb7c9f11f514c842d03609 3,031 1.00/1.00 vMB 12
530,288 530,288 0000000000000000002f2160f54c51294d9a5587fd49cca27f9c0c71b8cc2094 2,189 1.00/1.00 vMB 74
530,287 530,287 0000000000000000002c73e8bf1c874e1001147160e0fad3ff7f1fbb9e700663 2,351 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.