Loading Tool

Explorer IconExplorer

Memory Pool

23,011 transactions
10.11 vMB
0.02756779 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.82/200 MB

Candidate Block

Mining Attempt 554212341a6e57233289d9950ae51929d92f3d07a5612f6a8c76c5c266d946f6
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 862371058175e949082b96d80b4258ab7093091fa5774e425146d53a728a0dd8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,633
Size: 1.00 vMB
Total Fees: 0.01124152 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (722,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,360 191,360 000000000000026cb77a62712381f6d5b5a36a23b39e0c01d2f430660e0c4a7e 439 0.21 vMB 125
191,359 191,359 0000000000000526c6dc3813dbae77a7ddf2a55e59fe65625eefe468c22a3ad9 56 0.02 vMB 117
191,358 191,358 000000000000062bbd1a6fde60d642f8d0a0f60a505891a1f653221e2712ea69 12 0.00 vMB 34
191,357 191,357 00000000000000259ae549b0c4527044f32856dc2fbabfb98a799a938e90cfb4 394 0.16 vMB 120
191,356 191,356 00000000000003897c8368e53b434950ccce8482ccbd43b7fa232e259e5f5431 10 0.00 vMB 0
191,355 191,355 00000000000006ae4b71ccaf396c52b16db010ed87c74362791179b15faa1cfd 7 0.00 vMB 0
191,354 191,354 000000000000056c62914c7089f5fc5abbc82ffdf779448ddbc86b8855fc1a7c 78 0.05 vMB 73
191,353 191,353 000000000000051322dbdfc8aa8ae3512290c594d2764493de89113150673bce 441 0.18 vMB 124
191,352 191,352 0000000000000134b4b73e346884bc824e7c266018ec5cea4da0f5e697bc65a8 512 0.22 vMB 132
191,351 191,351 0000000000000590aec5d59aa80de92f1f0c551b80d0e18c38c7f0766fae696d 512 0.22 vMB 130
191,350 191,350 00000000000001820d7ff19e37927c3c196962a651a052469bd3eae74d4ba6bf 67 0.02 vMB 157
191,349 191,349 000000000000024ae450398be58820e047d7be720156935875df020f323dc89b 49 0.04 vMB 97
191,348 191,348 00000000000003c92e2c87f6efb48dbffb2d5d48eb5ea8449573af0c3479e2b8 107 0.05 vMB 110
191,347 191,347 00000000000003055b695d60de24443a472d8018b001b74f159d96069f0cb082 9 0.00 vMB 47
191,346 191,346 00000000000006210b18d2f658c85868a567581e25d56f43f960fb02207b4d42 9 0.00 vMB 76
191,345 191,345 00000000000003b3e41266e88018b4e6e5afa005a32778760aa44d2db85ce1ac 44 0.02 vMB 113
191,344 191,344 00000000000005313e175bc7d155be9ac8e7a45d028ed4d87a02bb5966b96165 59 0.02 vMB 132
191,343 191,343 000000000000035995b26293024135ecf00d27703c77e71feb6993d7f6cf4e94 364 0.16 vMB 130
191,342 191,342 0000000000000106389b61f26a22d1ede3c7eb1bd806901bcb543facc2e18daf 1 0.00 vMB 0
191,341 191,341 00000000000000ca9120c58f8b2178c6d5e4478b4bd8a1295ca8f5d196fdcfad 141 0.06 vMB 109
191,340 191,340 000000000000061cd341eb5855ecb3926215b3bd227869011e9ccd82fa99a398 40 0.01 vMB 114
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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