Loading Tool

Explorer IconExplorer

Memory Pool

29,982 transactions
17.14 vMB
0.05164409 BTC
Random Selection Loading Transactions
Max Size: 91.86/200 MB

Candidate Block

Mining Attempt 45b31ecb93ece637a005cab60f66fae61d79901ab3c1e2e70b9aeec2f7d1b43d
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root a01926bef9ef09f181643788321b55883aae0a47ea2c09ae9185dc3616b6ec73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.01942412 BTC
Feerates: 301.57 > 1.95 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (791,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,833 122,833 0000000000002c0e36f0af3a633946c2189c1a391a69ae5535c2ae86490c91fc 8 0.00/1.00 vMB 355
122,832 122,832 0000000000005a3e17d41ee9e71a8f673608c126ff673b51b9d855b09227d963 13 0.00/1.00 vMB 683
122,831 122,831 0000000000004a6f63dc254fe2249728c7a12c6586a5b0f4ac6634a828266d13 65 0.03/1.00 vMB 1,524
122,830 122,830 0000000000006b7e4a164a37cb29216f6208a63b69f6128458a6418eb70f333d 11 0.00/1.00 vMB 586
122,829 122,829 000000000000434272a3cffa46df833201856ad7e35cb99708c42fdaa23ae0b7 5 0.00/1.00 vMB 431
122,828 122,828 0000000000001345e8afcde0f1bb86bc6ba07a0b7013269eca191fe624bcf402 7 0.00/1.00 vMB 274
122,827 122,827 0000000000008297e6db0b5224bf0fe78752e57edc57a0b378bee15fb2563bd8 12 0.00/1.00 vMB 0
122,826 122,826 00000000000078521a2ca52c7ca20d42646808cb3e5b189a0dadec3998d27f4a 8 0.00/1.00 vMB 597
122,825 122,825 0000000000002b6944de59c91257a87c4174dc5a759b87ca492395b645877c23 11 0.00/1.00 vMB 0
122,824 122,824 000000000000098934c2bf0e0973c859b4e42efbe989fc112b9d735532d4771b 6 0.00/1.00 vMB 0
122,823 122,823 000000000000877a8298ad7b1357b94be426c288eec080b87c1fc69c042b22e0 7 0.00/1.00 vMB 326
122,822 122,822 000000000000111798a5f5433b103f887c66551b3fc16f0ecc05f72101f3d124 1 0.00/1.00 vMB 0
122,821 122,821 0000000000007a668d3d5fa604b620446cc4b9073d4914f9b3c5c915b78ed98c 10 0.00/1.00 vMB 295
122,820 122,820 00000000000039a7b9adf07bfaf0d4b9dac7ab49a5784ea91671e92ea52bde04 1 0.00/1.00 vMB 0
122,819 122,819 00000000000055eb34b46781acb0bd1571f03d5b8f0127986c485767a6beb015 17 0.00/1.00 vMB 227
122,818 122,818 00000000000001aab86af455f02c4d718e867dc9afab528a4afad3395d7b8c8c 12 0.01/1.00 vMB 523
122,817 122,817 0000000000004ad6dabe2bb8098b6598217eb79c0143bc312973885cb843da5d 25 0.01/1.00 vMB 115
122,816 122,816 0000000000008dbdc73fc2205cf53b45153cc9d50c6ccd7c854d80f4a99e2336 10 0.00/1.00 vMB 313
122,815 122,815 0000000000006bbb5a4bd8501908489fc7cfbda2a9f9284e5fbca27a313fdfed 18 0.01/1.00 vMB 912
122,814 122,814 0000000000000691004444e6fefa7071a4e2d3dfea7bfefdae60e2bb1c740f4c 10 0.00/1.00 vMB 591
122,813 122,813 00000000000048ac18996d59c8b69575bea23d8e87bde0d0cfbb5c3e98922273 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 566.74 GB
    • Received: 7.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.