Loading Tool

Explorer IconExplorer

Memory Pool

10,384 transactions
3.57 vMB
0.00884329 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.98/200 MB

Candidate Block

Mining Attempt b6ece027f1bd87636deaa704402e70eaa5d15e0fb7b0ac247f2ced85ad889ff7
Version 20000000
Previous Block 000000000000000000013255fbe8a252f38498457ea258ce160338bd3cc21153
Merkle Root bf91fa03aeab983fcb8aacd54794570757ca842acd974484ed1aac1e4a5e9e72
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,785
Size: 1.00 vMB
Total Fees: 0.00506555 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,481 (692,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,870 220,870 000000000000006d7aaf3feeecda7e3f12bfabe4848ff866e391d2460a8dc35c 581 0.25 vMB 175
220,869 220,869 00000000000002284bc9ab5c6fe33f7941a98a175f028c8643ce61fcbb4311d8 363 0.29 vMB 137
220,868 220,868 00000000000003df0f60971ba1a88de2fd3a89a203dbcf5862629bd0920d3a2c 794 0.25 vMB 297
220,867 220,867 00000000000003371e40ad12f89d6f2f23a8b3e2df23f19ca75d4ac082e04d68 1 0.00 vMB 0
220,866 220,866 0000000000000431d261f1612e14e5dd6f92f66fe27faabce1bd5e1a3ae53e1d 524 0.25 vMB 192
220,865 220,865 000000000000031547d290a9f4b59cdfaebc82560c0da63ccf0ef435b547fcb6 438 0.26 vMB 148
220,864 220,864 00000000000003eb48fbc7e7f17f49977b7938b5430459ce98821a3f81af360c 1 0.00 vMB 0
220,863 220,863 0000000000000040bd33ab8464677122f1c549a7993c67b3fb5d22365c84d961 683 0.25 vMB 218
220,862 220,862 000000000000042ad6a204886aab4a988a8a93a88c11db279cc2245b76d29742 670 0.28 vMB 212
220,861 220,861 00000000000002d58bea826565a1c18bab38cef66dbb574c3bc50720af4d3644 658 0.28 vMB 285
220,860 220,860 000000000000028e922fc468545b37d57384bad8bf0e8865608a00db449c399e 619 0.27 vMB 259
220,859 220,859 00000000000004142fb1be064fbecac5aa5f2425e3e8ac81c2983774119f5df7 146 0.05 vMB 70
220,858 220,858 000000000000001d7ff7cd8e0b0dd99d98a240a3a46600542fa8d5971a88450c 378 0.18 vMB 165
220,857 220,857 000000000000046667582296b65fe3aa46b381ac1721529641a131a23f0b8cc5 353 0.23 vMB 104
220,856 220,856 000000000000039ca2e3e0878ed6a01ab21dac204e542bc30a1a2f3dacbe254a 803 0.25 vMB 302
220,855 220,855 00000000000004af9c6b6a73d0070f174565ba88b5b0c08e752684f28ee6c716 134 0.05 vMB 222
220,854 220,854 00000000000003900a5672134b4cf28e6644aa8910f4ac6949cf7f4a261cc026 254 0.11 vMB 187
220,853 220,853 000000000000034daa0096eeded10790f95d5818abfb25c51f1fcbe7e2bb355d 128 0.07 vMB 113
220,852 220,852 000000000000024553030a164723359019d23ad199392f8a0a15a5e0099db2fd 314 0.23 vMB 153
220,851 220,851 00000000000004b3cd2392613cfc92956e0e7a0031f61bc2f7df29734f5d5ea8 194 0.09 vMB 139
220,850 220,850 000000000000020bcc1e59ce644505748582a62f4459b94a5f882fafbfbb3ba3 418 0.25 vMB 243
Previous 10 blocks ↓
Total Size: 779.70 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: 343.91 GB
    • Received: 1.66 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.