Loading Tool

Explorer IconExplorer

Memory Pool

76,428 transactions
28.49 vMB
0.06716168 BTC
Random Selection Loading Transactions
Max Size: 172.62/200 MB

Candidate Block

Mining Attempt 612c4ed87bcd6a6e11b7c5307f9d168bac418403750645bbcc52c3ed95be341a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6bda59ef42ef2219d6117f383fde54b8f55618d06a2552c8864804117e60021c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,263
Size: 1.00 vMB
Total Fees: 0.00802900 BTC
Feerates: 71.79 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (244,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,101 671,101 00000000000000000009647f3d4403de718ef7b98781bde35f49941d9472910a 2,574 1.00/1.00 vMB 104
671,100 671,100 0000000000000000000c3490196e03bc1b7a9a546fda3cfc39eb457eb9988f7c 2,650 1.00/1.00 vMB 64
671,099 671,099 0000000000000000000c84d9f5a81088aead5fd96183fcdaec97ca5c4cfcce01 2,603 1.00/1.00 vMB 82
671,098 671,098 0000000000000000000ae07ff69112d853adcaca3ff4bb6d632b3c3ea5710fe0 2,256 1.00/1.00 vMB 61
671,097 671,097 000000000000000000084104f9b510395a6e2a3454eea5815b21b6c9aeb1aee2 2,352 1.00/1.00 vMB 110
671,096 671,096 00000000000000000009cff4ef9bb8d114ef2869f3ed4c8caa02a51ba205a55e 2,757 1.00/1.00 vMB 140
671,095 671,095 0000000000000000000c9479d500271f01617ca4dc87945d2fb6f45adb65eabf 2,620 1.00/1.00 vMB 138
671,094 671,094 000000000000000000061da17ec4a55179c37802eee9d8b39aaf34c51175458d 2,031 1.00/1.00 vMB 111
671,093 671,093 0000000000000000000b6a8c27ebd3794437d89f45b6d8dfb7242d5dc76702e3 2,475 1.00/1.00 vMB 107
671,092 671,092 0000000000000000000099bceb44bfe16688c2dd6cd5df337c5b3a560cc729ce 1,075 1.00/1.00 vMB 129
671,091 671,091 00000000000000000004c2078d68629ae5ce3a120ec70067f550e781b179ee78 2,664 1.00/1.00 vMB 111
671,090 671,090 0000000000000000000b15408fe55df7b95ed89a3c2931c54fc7dbb58ba2ef9c 1,951 1.00/1.00 vMB 88
671,089 671,089 00000000000000000000d3fd8cbd3d6e4cc29286473bb46fb25cd7d4e0224a37 1,469 1.00/1.00 vMB 21
671,088 671,088 000000000000000000088be6ed75cbc2e8a3644a9d3368668d80fa0f5fa15d6b 2,151 1.00/1.00 vMB 45
671,087 671,087 0000000000000000000afe1978b699ce8d161ed17f973250ca5de0238f0f6a34 1,897 1.00/1.00 vMB 63
671,086 671,086 0000000000000000000864fb49ad93b47aa4e63ce11e64c49b201cfc3ace6bba 2,159 1.00/1.00 vMB 97
671,085 671,085 00000000000000000004313108e01d80ad6c302bf0cc449bbe0253d820288a32 2,261 1.00/1.00 vMB 26
671,084 671,084 0000000000000000000c56d47c9274ed6b1b7985dcd459e7e82b5b9fb6b5ba8c 2,035 1.00/1.00 vMB 103
671,083 671,083 000000000000000000066804c5b4d657869fd0cb4299f9cc9687947a4bc0fb5d 1,536 1.00/1.00 vMB 59
671,082 671,082 00000000000000000009828ca15882d621d037b6c7a04a21a9d7a82fc8478c32 2,228 1.00/1.00 vMB 102
671,081 671,081 0000000000000000000c866e51838e3578e29c9830b686967c2825f13ff76fe3 2,303 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.