Loading Tool

Explorer IconExplorer

Memory Pool

24,591 transactions
12.00 vMB
0.03704577 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.47/200 MB

Candidate Block

Mining Attempt becdcb1a8cb8ac1bb4c5b82d3a61876e71b17b6da6f3c83f35309aa219f4970f
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root 77263009730543fa7dcf679a4233cd067f5058afef01360bbc96508650bbd0f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,324
Size: 0.997981 1.00 vMB
Total Fees: 0.01683935 BTC
Feerates: 75.72 > 1.69 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (742,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,557 171,557 00000000000001597449b0129f11428f384206304e8fce098b975d3a2f9d0dea 79 0.04/1.00 vMB 276
171,556 171,556 00000000000005ea9ccfb259d5f86438b9785599dcb2035d7715dea163ab8e06 1 0.00/1.00 vMB 0
171,555 171,555 0000000000000500410945bc51e8c78b5f619076d661115c387be1aaf0ec63db 6 0.00/1.00 vMB 0
171,554 171,554 0000000000000757cd0e73a7b38c8293d5ed9d00901f568d941fa54e9b1ef43a 12 0.00/1.00 vMB 36
171,553 171,553 000000000000002bfc4579b883102a1fcc786416e8681d1850d9a0aef53026e7 36 0.01/1.00 vMB 122
171,552 171,552 00000000000000bb4e84d5a4985eab44ae928d15c90d6695d75cce181e912abd 1 0.00/1.00 vMB 0
171,551 171,551 0000000000000013b86306a8623ff90797330ab6ca08bfeaec1b8e27254ece13 8 0.00/1.00 vMB 0
171,550 171,550 000000000000051fcf85447b81b380aada78b92c194d69f322e4a3ac014fc3dc 18 0.01/1.00 vMB 57
171,549 171,549 00000000000002579be814559faa66e24c60a140c8b557c85be2819da2a81ca5 16 0.01/1.00 vMB 87
171,548 171,548 00000000000002b27905c87c10ed4f6e25299dad65e9cd2ff6d9482cda9425a3 6 0.00/1.00 vMB 0
171,547 171,547 000000000000060dbdac726dc0009f9318ed0d95a83ad6a36cd5fb5227776b9f 13 0.01/1.00 vMB 49
171,546 171,546 0000000000000830ff8a5b39e8393483325fa90d028ee34050c7bcbe5a6f2c4c 40 0.02/1.00 vMB 151
171,545 171,545 0000000000000289db3edb90adbe9155ca21f6e6e007663ffe7669fadcbf2225 19 0.00/1.00 vMB 55
171,544 171,544 0000000000000176bc5bad6fe2992a9905dfd3262653153184ffffd236a1669c 41 0.03/1.00 vMB 353
171,543 171,543 00000000000009541d38359f065ecec8593354103b130ddd374f459a79a73a18 82 0.02/1.00 vMB 14
171,542 171,542 00000000000008707681020046944a09aad6138c7622e3ec68c9b5b6b19c4bb5 160 0.05/1.00 vMB 66
171,541 171,541 00000000000004d6c96e875641e6254440792ff5b20383bf1dfc65434e8c53e9 95 0.03/1.00 vMB 43
171,540 171,540 000000000000039e36e352bb5d450dc38f66b643f78c30746944db8c417615b1 121 0.07/1.00 vMB 168
171,539 171,539 00000000000004f5e745e6735f2630d5f574bf1154c18d86ce5a2d63a75e9338 1 0.00/1.00 vMB 0
171,538 171,538 00000000000000aafad5661a10759cfa4eea758ef29ad10a5da1a3c0221a5148 1 0.00/1.00 vMB 0
171,537 171,537 000000000000096cb039ac417d0ace34ee07f271ea82e52ab73ac0b29e610c04 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.00 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: 474.60 GB
    • Received: 3.07 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.