Loading Tool

Explorer IconExplorer

Memory Pool

81,428 transactions
30.86 vMB
0.07130111 BTC
Random Selection Loading Transactions
Max Size: 188.04/200 MB

Candidate Block

Mining Attempt d8978ba71f804f99be9a549a1ae25d53655c4d12c89f6862bcb1b8230c1b2999
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 54482d2de4e0a8f6ae5955dbc6d8d9630006fada814c78c7aaa683abae4e2858
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,422
Size: 1.00 vMB
Total Fees: 0.00475988 BTC
Feerates: 40.21 > 0.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (682,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,752 232,752 000000000000006b3bb23de6c1b7edbe42c05b2756a38a9f0c67c23a68f2d250 593 0.25/1.00 vMB 179
232,751 232,751 00000000000001ae67e870a7e637143ff2467e5a7d5920351171e532deed9ce8 3 0.00/1.00 vMB 47
232,750 232,750 00000000000001493baa32c362d70f03cce2b0db6dd675ee32ac10fbe7173592 183 0.09/1.00 vMB 170
232,749 232,749 00000000000001751cfccfc8f08fdf49ff954013dafb200b85e236977a3a150d 402 0.16/1.00 vMB 158
232,748 232,748 0000000000000172d0faaf21435a98677d50126412892ae517f00cd359038ecb 362 0.17/1.00 vMB 174
232,747 232,747 000000000000017730b11c37107fe35351c76b435a12542fe6deb40cbede2684 375 0.25/1.00 vMB 116
232,746 232,746 0000000000000011a82ef046b18376be7941f87b8bd4a71426c9c2a715b045f6 568 0.27/1.00 vMB 150
232,745 232,745 000000000000002dfc1c6574afe2e826def6ba3dda1ced760a0012bae042811e 25 0.01/1.00 vMB 167
232,744 232,744 00000000000000a671b16b7a1d6c125bb876166cf5d8d8a9783c62835fb79e8b 80 0.07/1.00 vMB 97
232,743 232,743 000000000000005cf8d6c098048999ba052f0b6d09b4e37e6d71d13a8a40361c 102 0.06/1.00 vMB 130
232,742 232,742 00000000000000b4f313924274ffc253866b4da6116a12787233be4044a323c7 300 0.18/1.00 vMB 136
232,741 232,741 00000000000001a1423f123d8405cd87afe46f6cc21050f09d251d35af25aadc 660 0.25/1.00 vMB 193
232,740 232,740 000000000000003f256c7e6060e59a6b3cfbe2d73324f2f6f7dd5e936ebb73e9 109 0.06/1.00 vMB 142
232,739 232,739 000000000000004d95a7761b07662d56d7ec56ab5e335e3a50b3c22b163984ac 434 0.19/1.00 vMB 176
232,738 232,738 000000000000018e238650392986e4b0e82b9cf4fb3896a19fae60ce585c3357 637 0.25/1.00 vMB 190
232,737 232,737 0000000000000062ed84fe3972312c2254b9bf6f24f4c60b8fa8355930b16c39 593 0.26/1.00 vMB 157
232,736 232,736 0000000000000150dc08a9ee219756d9db65b32e326d66774c2ec6f1c4248222 8 0.01/1.00 vMB 42
232,735 232,735 00000000000001c08c0291728f335095d84d16d7b3291cbbade41187e52e46f1 334 0.25/1.00 vMB 106
232,734 232,734 000000000000007c1a582f0921a1cac898de2b5b3db041bd250832045dec4d4f 72 0.10/1.00 vMB 15
232,733 232,733 000000000000013a796f171220f5157e482b299330c1bbedc3afb9c43f03b0d1 507 0.22/1.00 vMB 167
232,732 232,732 00000000000000be53e7ad0e9fd310320a3583b9e3c99931ece9d6a3953f32c6 149 0.09/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.72 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: 705.01 GB
    • Received: 16.65 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.