Loading Tool

Explorer IconExplorer

Memory Pool

85,667 transactions
31.97 vMB
0.12018684 BTC
Random Selection Loading Transactions
Max Size: 195.71/200 MB

Candidate Block

Mining Attempt 069a967dc831bbfd1e8410c5b494f034e8b21de9e99bb1d036fe55e61ecc57c7
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0eab34dbf5dac1f88d577e4eed0af0bedfbfc5317929d0d98a39039077e89f33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.04109535 BTC
Feerates: 299.70 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (91,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,533 823,533 00000000000000000000c841f560b62d2f8334a48e9f5c7c6ef56ac1041fad20 2,560 1.00/1.00 vMB 174
823,532 823,532 000000000000000000020adf530351154d0ffac813e2f707c56a5fa48f4c06f6 3,324 1.00/1.00 vMB 216
823,531 823,531 000000000000000000011deaf214f84e3295ae9fc0c156e8b9b9785962250317 4,250 1.00/1.00 vMB 154
823,530 823,530 000000000000000000008ce082235889f2080afc7d9b1c384fab79904faf3922 2,413 1.00/1.00 vMB 124
823,529 823,529 0000000000000000000129982088ba3f7e36c71d7562014152cdd27c15009126 3,137 1.00/1.00 vMB 216
823,528 823,528 0000000000000000000195f682409835986a6a0f126b6e11681fcdea21d3bc0c 4,066 1.00/1.00 vMB 169
823,527 823,527 000000000000000000032ff41e807d7fc0ce834940cfbffc3f883d8dc54244f9 3,230 1.00/1.00 vMB 140
823,526 823,526 00000000000000000000b8fb40f509c0381d126e4f021fb33f848344e094aa7a 3,132 1.00/1.00 vMB 216
823,525 823,525 000000000000000000017d0ea1ee9c5400c1996f9070649f29ba562ad449b7ba 2,733 1.00/1.00 vMB 271
823,524 823,524 000000000000000000015453335be3bd91a1634ac8c19d3bb38adcef2cdfba3b 4,130 1.00/1.00 vMB 166
823,523 823,523 00000000000000000000e9a9677918b43e2a6c84d6e6ccf00f3d9b48eae54576 3,418 1.00/1.00 vMB 178
823,522 823,522 000000000000000000000ab0177a5b40dd582ac7a046676e8e066e6a1f27ab1c 2,022 1.00/1.00 vMB 292
823,521 823,521 000000000000000000033c9e722a52fc7e8807b239757d706f26d70ea4a37973 4,054 1.00/1.00 vMB 128
823,520 823,520 0000000000000000000086adffd1a94b58b1ff8cf40d0f168791d07e828521b5 2,246 1.00/1.00 vMB 254
823,519 823,519 00000000000000000003c25025452c89d788631ae5489d70e8cde4c54448e198 2,794 1.00/1.00 vMB 206
823,518 823,518 00000000000000000002adb9ebbb6ce0947a3a4d549fe4f82e38dbbd021dcfef 3,853 1.00/1.00 vMB 161
823,517 823,517 000000000000000000005262f36a128ea2ee0c7801154c871f9e134764df1dd9 3,761 1.00/1.00 vMB 127
823,516 823,516 000000000000000000032077cc467ec4a48d14b01c144c9853815e91146177f5 5,173 1.00/1.00 vMB 102
823,515 823,515 00000000000000000003734b249a3923d492514d05eb5a672d417847ca5de9d2 5,388 1.00/1.00 vMB 103
823,514 823,514 00000000000000000002fa8f012aa827e29614de825f6b373a10e43be70569d1 4,422 1.00/1.00 vMB 147
823,513 823,513 00000000000000000002415bf633e5e82a1b6fb1409c398e9a7e67f747ccdecd 3,338 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.78 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: 709.64 GB
    • Received: 16.94 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.