Loading Tool

Explorer IconExplorer

Memory Pool

45,564 transactions
28.39 vMB
0.07168750 BTC
Random Selection Loading Transactions
Max Size: 150.86/200 MB

Candidate Block

Mining Attempt 44a9630d107af48f3373de9b9d142dcc314886a0e81677c3e95309045c129163
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root fcbdc0cd791ec7584b375e73cfe14a824932a9798c2e50a2ba4e1596b8fad012
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,077
Size: 1.00 vMB
Total Fees: 0.01745820 BTC
Feerates: 100.23 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (367,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,430 547,430 00000000000000000007ed04b2afa75daecdc52c98c3267f817db36cbd570fcc 2,797 1.00/1.00 vMB 26
547,429 547,429 00000000000000000019d2931ea5371a0a43d9996bca8ab207c8d94025208dae 2,729 1.00/1.00 vMB 9
547,428 547,428 0000000000000000000aae2ff3cd911f4d149683e6f5f1d532675d7d5ca9524c 3,011 1.00/1.00 vMB 26
547,427 547,427 0000000000000000000b2b9d0a8fa6a2e448936497af8636a5faf4e594c9b23c 2,619 1.00/1.00 vMB 24
547,426 547,426 0000000000000000002075acc8ae639d230eccbc85f40570b1bc99942553e016 1,132 1.00/1.00 vMB 8
547,425 547,425 00000000000000000001a2ab80c13c377e09603de80d24c8741c812666bb72df 2,042 1.00/1.00 vMB 7
547,424 547,424 0000000000000000000a3403fb54d4410050c59e81b1df573ee2b1b2830f04b4 2,332 1.00/1.00 vMB 16
547,423 547,423 0000000000000000001318b90a7fb7ad59ff7f009adab84a3a766b173450b33e 2,714 1.00/1.00 vMB 15
547,422 547,422 0000000000000000000a49dcfeacfab07c7efceaab0403b76d3f620ce0ad1423 2,519 1.00/1.00 vMB 8
547,421 547,421 000000000000000000225d3bed037bf540727946a43f9dca33ae0db0fe6e15a6 1,956 1.00/1.00 vMB 10
547,420 547,420 0000000000000000001d9ec1d9effc90715157c43cf4b9e83d65f965c8080283 2,960 1.00/1.00 vMB 22
547,419 547,419 0000000000000000001cfac9bdbe3c2fad8369f2caef252fd9abc3233dd78abd 2,206 1.00/1.00 vMB 10
547,418 547,418 00000000000000000024dcdffe5c1c5d0cd6632ab052da5035c2dcb1393ad6d2 2,867 1.00/1.00 vMB 27
547,417 547,417 0000000000000000000b09892da6800263a51bcb576509ed8dbe3bf70ff943d6 2,363 1.00/1.00 vMB 25
547,416 547,416 00000000000000000018d47ea8685a48b847e8e04e1cf1282ddbe5c12a6da0ef 2,641 1.00/1.00 vMB 15
547,415 547,415 000000000000000000169123b6b27a04cbc8820436f926d5650f5fd1ce6a2645 1,972 1.00/1.00 vMB 14
547,414 547,414 00000000000000000023fed08310eeef37d45f6111a920abcf256e041b5ac077 1,471 0.81/1.00 vMB 9
547,413 547,413 0000000000000000001bbcc973ed9beeaa59bf3d4fe92ff40f3be34dc6fea927 1 0.00/1.00 vMB 0
547,412 547,412 00000000000000000008f3b10b21f9741509f9ab67b0413739f53af4c6e4edf9 3,150 1.00/1.00 vMB 23
547,411 547,411 0000000000000000002462929ab9857d8bb543c120031823558faa3ea7222716 2,523 1.00/1.00 vMB 24
547,410 547,410 0000000000000000001d407e6871a86de4ef64ce24526d177628888c418b4f4f 2,128 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.11 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: 651.97 GB
    • Received: 13.67 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.