Loading Tool

Explorer IconExplorer

Memory Pool

49,738 transactions
30.77 vMB
0.10297725 BTC
Random Selection Loading Transactions
Max Size: 164.70/200 MB

Candidate Block

Mining Attempt 45e9008d40b62f87fd413d907d92d49b60edaf8d7a428a8a8abd9d656d8dc9f5
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 2950c156d9a9e721511180c35bb60b8eafcacd3a21753415f284a77c0563d604
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03707838 BTC
Feerates: 101.56 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (344,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,442 570,442 00000000000000000026ac5427d32c2e33448651013784876adccb596e89e86d 2,648 1.00/1.00 vMB 83
570,441 570,441 0000000000000000001fba8a3f01436c7a40ef8d2e2def593113aef92fd99ef0 2,557 1.00/1.00 vMB 42
570,440 570,440 000000000000000000158f58be0580f78c9e991ff1975cf9483713fa329afb67 3,075 1.00/1.00 vMB 33
570,439 570,439 00000000000000000024bba9b0207dd7358217f82608d4a78fd2c27f19d12a4a 2,853 1.00/1.00 vMB 70
570,438 570,438 000000000000000000149a795acf297740b41f3d557c7ad26cbe0131a6c6c3a9 2,738 1.00/1.00 vMB 110
570,437 570,437 0000000000000000002970a7f81130ea30f770b43c24556657f2ee2c5489ca5b 2,863 1.00/1.00 vMB 13
570,436 570,436 0000000000000000001181610d487521ca97b1a744e0a3ecae82781a7a1a48be 2,959 1.00/1.00 vMB 38
570,435 570,435 000000000000000000216a31b3b2a7c16076d55f3a08a4d18816215bd90f1e55 2,807 1.00/1.00 vMB 71
570,434 570,434 00000000000000000002d7cd01d76da43a31106fbb48b92f5396e9a1ce65cf85 3,092 1.00/1.00 vMB 111
570,433 570,433 0000000000000000000939123b959e9bdf0bfa9163a2767c0caf11bf35e95a67 1,750 1.00/1.00 vMB 110
570,432 570,432 00000000000000000012f1ad4cab77c8254680851563a4adc3b7111b068983b3 3,311 1.00/1.00 vMB 33
570,431 570,431 00000000000000000021ae34d553810a32f0cb933e05997fc8ac2c130c95170f 1,537 1.00/1.00 vMB 18
570,430 570,430 000000000000000000021c3ffd104a47fc933c556ddc484079ad86af84e1040b 1 0.00/1.00 vMB 0
570,429 570,429 00000000000000000012fa4b27d0a33af020252371542fea8106d2c00fb80122 1,556 1.00/1.00 vMB 15
570,428 570,428 0000000000000000000755957e450309b3a3c24d0f9ad07d5ff00d3e50f5b48d 1,456 1.00/1.00 vMB 12
570,427 570,427 00000000000000000004551ccfd0fedf587b0381e26a03e41f69412b7bfceb4a 2,690 1.00/1.00 vMB 35
570,426 570,426 0000000000000000000c6abde5816d832f3211409b28db7a0af0ac35ee848af0 2,136 1.00/1.00 vMB 23
570,425 570,425 00000000000000000022e3a8d2319331919c2b9ed3f9514a30fcd9b56c369659 1,352 1.00/1.00 vMB 12
570,424 570,424 0000000000000000001a60ab0b543b5f3d8c74176fe26112f6ff0cc4e58cc1e0 2,598 1.00/1.00 vMB 23
570,423 570,423 0000000000000000000731a40187a839c81bf690c3e586c8852099126b5561d1 3,015 1.00/1.00 vMB 16
570,422 570,422 00000000000000000020cc4d4d3001849cd5b4daadaeedff731293975d04842b 2,667 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.