Loading Tool

Explorer IconExplorer

Memory Pool

88,444 transactions
33.80 vMB
0.13838864 BTC
Random Selection Loading Transactions
Max Size: 199.92/200 MB

Candidate Block

Mining Attempt 042e5554b1c1d0d2301d9cdfca1d1cbc1322d94b8c423d7c1202ddd70d3ec30b
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 6e3fcae5acf754e6b406f406d311e62eec6c6d26deeb633a97a21eb94eec1173
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,049
Size: 1.00 vMB
Total Fees: 0.05538943 BTC
Feerates: 469.97 > 5.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (670,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,325 244,325 000000000000002b7e7453b3dc0bfb4c9b1e46b4241c8666028c7ae8f41318ca 718 0.30/1.00 vMB 162
244,324 244,324 000000000000005d3bf6e4a2d9b65218c384bcc945a38ac272855aa2fe9c52e0 496 0.17/1.00 vMB 134
244,323 244,323 00000000000000686b39aaf35297adae294b88e0e4145c7016c87b5071c27599 256 0.10/1.00 vMB 284
244,322 244,322 000000000000002b89a7de62e9cbd7b3f98bd0b088ceef6913b1a9ac5588c595 153 0.11/1.00 vMB 81
244,321 244,321 000000000000000aac16b3857543ab8694cdfe0f2be88487e25ccdf0cec3391d 1 0.00/1.00 vMB 0
244,320 244,320 000000000000006b11f1630ed18e1d32d3fab2e17af71028d4193d0661151a35 662 0.23/1.00 vMB 175
244,319 244,319 000000000000008f18084e8f294e617b995b2206b52f34bc5e4250763624bad7 207 0.08/1.00 vMB 139
244,318 244,318 000000000000006f6bc2a879bc7161e66a0d8437780645f4142e26c532e2da0c 3 0.00/1.00 vMB 45
244,317 244,317 0000000000000066b87a77d46bc8321168aefb5f5d2ff5011ba6d08eab0f01fe 270 0.23/1.00 vMB 69
244,316 244,316 000000000000006d9820bcde9868006b9942bab2a4e9a411d88e755a7c7706a2 662 0.25/1.00 vMB 179
244,315 244,315 000000000000009adb3bb18e1e5a283520a6e04bddb7006e030a032e5306c114 374 0.16/1.00 vMB 174
244,314 244,314 0000000000000081cd831b76259504c6aa863d06ebca1f6cb848013c87486092 67 0.02/1.00 vMB 261
244,313 244,313 00000000000000ac221b7d5efad192dea2669d8cf634e438526b3db7074be66f 213 0.09/1.00 vMB 150
244,312 244,312 00000000000000b1fcbc92df4f2b68b567ea9eb1631c8dc1ac67512c1756a463 145 0.06/1.00 vMB 156
244,311 244,311 00000000000000345d2a9d643a34463ad04971b6d5e851ee7bc89d37037404b4 128 0.07/1.00 vMB 138
244,310 244,310 0000000000000041ef429d33836c1dcc9181dbb369f1294595252b13d17886b4 322 0.15/1.00 vMB 128
244,309 244,309 000000000000001e0517ae3a937ae76ac55080de2d17e0e1b6496d7deb6e1794 117 0.07/1.00 vMB 32
244,308 244,308 0000000000000026a27bc2d879d80993309ef558018e59ea3e11aaada258df42 580 0.25/1.00 vMB 176
244,307 244,307 000000000000007b0af1a73473724f141738146f83ab58cb81b09a5c6bb844b7 630 0.25/1.00 vMB 163
244,306 244,306 000000000000005cb8482da46cf3f48cb8b9a0db1526c033a20ba54868b8e74a 66 0.04/1.00 vMB 27
244,305 244,305 000000000000003580c0c8d9206c9d3e1f6e7d7ba3dd53d9c88e5a604e050d03 153 0.08/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 657.86 GB
    • Received: 14.56 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.