Loading Tool

Explorer IconExplorer

Memory Pool

69,897 transactions
26.78 vMB
0.08088501 BTC
Random Selection Loading Transactions
Max Size: 160.65/200 MB

Candidate Block

Mining Attempt 70b22369c1194339a7a3f797cfcff9c949abe9763060ca5fe2ee2215ddd9e9e8
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root 6f46dcb3fe042487ed20acc03fa000abb20469fdb26e4b65580fbd87c1b11ecf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,820
Size: 1.00 vMB
Total Fees: 0.02359689 BTC
Feerates: 445.47 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (764,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,233 151,233 00000000000001eb96acb64a9cdfe4b11fd92ffc807c81cbe6fc3e098d9f3539 32 0.01/1.00 vMB 98
151,232 151,232 00000000000003e7e148aecd76b60d404c9da42c38bf2c284770c64d4c9902be 38 0.01/1.00 vMB 84
151,231 151,231 0000000000000414f3865429148dcf458d36f91832420f5766e836291492f66c 9 0.00/1.00 vMB 18
151,230 151,230 00000000000002c02d1873779a04ad758731716308b57019e7f58302ccc236bb 14 0.00/1.00 vMB 270
151,229 151,229 00000000000004c415d1a61f6630e87494c9bac955df1c407efcedccf1bc8203 42 0.02/1.00 vMB 114
151,228 151,228 0000000000000ddd10e8d367213a683cd829ceff21cf479fe888c06669ccd4cd 34 0.01/1.00 vMB 10
151,227 151,227 000000000000094482ef44916d10979bc8de1075dcd1b31a2c8b5462c36bd101 43 0.02/1.00 vMB 215
151,226 151,226 0000000000000426ecb9f7e7a21d7f0d0e56a3a6b685a91461da631ad3244a56 9 0.00/1.00 vMB 68
151,225 151,225 00000000000002581c0c6c7209c5d10f39824e1ded5f7db1a493ec0bccc21dcc 1 0.00/1.00 vMB 0
151,224 151,224 00000000000007d3c6a143f0e01756800f27b2f331514b9556ff7a5693718bb2 10 0.00/1.00 vMB 25
151,223 151,223 00000000000007ad4f4ae0f1c1b949efae47a5d35b885cbb9edb59fa9ad31a48 5 0.00/1.00 vMB 583
151,222 151,222 0000000000000918e79b4da9a4e95f594e3727d35317c4bf53340cd984eae42f 5 0.00/1.00 vMB 0
151,221 151,221 000000000000042d814cc3cf46547bf8d249fc1ad203f6a98da0be9b8a28ec9c 22 0.01/1.00 vMB 80
151,220 151,220 0000000000000322ef3bc2b5bbbf3032e9f6423d1adb3c1aab79a9de4559bd8b 22 0.01/1.00 vMB 53
151,219 151,219 0000000000000114aedb2a214623bf7e0b9be5cd4b6fa85dfc639f5e06adbad8 17 0.01/1.00 vMB 223
151,218 151,218 0000000000000bc6befdae80a22ae078d5f0b8566b803a9aac8b8eaa660b3ecb 127 0.05/1.00 vMB 100
151,217 151,217 000000000000092905ab8b8f6e82a48a8ff7150750881ae73755debe6470a2f7 25 0.02/1.00 vMB 115
151,216 151,216 00000000000001259f64ff7db203004f6cc2a3a82062db3f3d66d7c5a7f4eeca 8 0.00/1.00 vMB 48
151,215 151,215 00000000000002de3dcf811c3f8ab83b4dd71402ed569fefff183ce73667815b 14 0.00/1.00 vMB 37
151,214 151,214 00000000000000119a7fccf73c89187215940286acc4cf92b95a5c09b7cdd11b 30 0.01/1.00 vMB 196
151,213 151,213 0000000000000c2ab915ec60a060859d2b385851d18c4d24a3d27193177811ab 22 0.01/1.00 vMB 490
Previous 10 blocks ↓
Total Size: 783.22 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: 757.19 GB
    • Received: 19.00 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.