Loading Tool

Explorer IconExplorer

Memory Pool

26,589 transactions
6.61 vMB
0.08775330 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.38/200 MB

Candidate Block

Mining Attempt 23b82f25a1bf1e50e802b18cbb9ce660d51ad42e0268ab36bced081ef9da9a70
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root b39f33e36a0b1a928fc6f03d950283e217bfd0d50821d97f3343750dc60b4653
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,381
Size: 1.00 vMB
Total Fees: 0.06846108 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

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

Node Details:

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