Loading Tool

Explorer IconExplorer

Memory Pool

18,694 transactions
9.96 vMB
0.02622719 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.25/200 MB

Candidate Block

Mining Attempt 3339c13185633ad8e2ce9dde786429bf187295b4c11e1f63c8c171305bbd9951
Version 20000000
Previous Block 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480
Merkle Root cc48dc742df1fda3b8f40fc2c73e7b58ad100d1200d651fdb86d25a75f5c1d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,823
Size: 0.99789575 1.00 vMB
Total Fees: 0.01063337 BTC
Feerates: 150.92 > 1.07 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,626 (690,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,720 222,720 00000000000001926737f675d334ddc518417d997d636cef8c3548e84699c497 133 0.07/1.00 vMB 150
222,719 222,719 000000000000014a0361718738c3c82e0d597d5428191b82f8af4c08bd8deb40 537 0.24/1.00 vMB 201
222,718 222,718 0000000000000434e47ca19cb0a7e7e5b2392d56f0454bd267f186a637b16704 128 0.05/1.00 vMB 129
222,717 222,717 0000000000000486038ce13bafb44cb7c4550fd32bd372a05eaf1014b0e95fe1 446 0.46/1.00 vMB 25
222,716 222,716 00000000000000a66716281dff712eeec0aff0472137974dee4f66ee484062ee 553 0.25/1.00 vMB 193
222,715 222,715 000000000000006d5117b46b10238e7c7f8e50b760b89ff517810e56bebe384b 509 0.26/1.00 vMB 175
222,714 222,714 00000000000001a827daebbe7e833ecd0eb7a0332f3d7df44680663d467d5852 224 0.22/1.00 vMB 95
222,713 222,713 000000000000015eb1b59f67644bf3eb3038f0e6ca6c099d1ce89614e73dc354 441 0.25/1.00 vMB 200
222,712 222,712 0000000000000329161841bc3edabec6d4f894e22ac6687a82b9e4f3a51b8d66 651 0.25/1.00 vMB 220
222,711 222,711 00000000000000b8674be05dd8aec081e167a91c71f791596341e2e638701295 130 0.05/1.00 vMB 15
222,710 222,710 000000000000007a9f750fcbe4ad525cae508d284a3297579ee85cc6db3c2e78 763 0.25/1.00 vMB 256
222,709 222,709 000000000000003b6b0d31036207a01ffa5211e42f02138a04947d38a6806420 76 0.03/1.00 vMB 64
222,708 222,708 00000000000003a4b8585831ae96222630c737133cd54502ac0b1c54e3b05f2c 217 0.12/1.00 vMB 127
222,707 222,707 00000000000000ea8f2c9bf827c88bf3656f54c5697457011fc86f55487d024c 581 0.25/1.00 vMB 187
222,706 222,706 00000000000003da8317660ae8e68be6d6f1d5edd8fb5602191fe1f002134ca8 112 0.25/1.00 vMB 62
222,705 222,705 0000000000000069d4f00359585c4e3bdbb8ffa95990c270c37cb5428ea4a184 376 0.23/1.00 vMB 131
222,704 222,704 00000000000002a2684ee5675e198d254ef8495be9953f5991350f4fbe6d4120 648 0.25/1.00 vMB 240
222,703 222,703 000000000000046c389e24e0280179e5e9c684cf306ffe59a81fd03d72cab2d6 589 0.25/1.00 vMB 226
222,702 222,702 000000000000014af4d7b94b356748c40dd9918e4f1dd97b2978bc733045d367 561 0.28/1.00 vMB 167
222,701 222,701 0000000000000099b253d5e43f3a36277af619a1c03d828add74d9ddeb008c4c 9 0.00/1.00 vMB 444
222,700 222,700 000000000000013eac9d6b2b0c181073ce84aa86937c4a736b517a37e36ae146 112 0.06/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 779.95 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: 467.06 GB
    • Received: 2.86 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.