Loading Tool

Explorer IconExplorer

Memory Pool

43,023 transactions
27.69 vMB
0.05873940 BTC
Random Selection Loading Transactions
Max Size: 145.22/200 MB

Candidate Block

Mining Attempt e1fc657e681e6b76f35e01234981af6c4e6d06e815f70a6311f2112ca9b48e0d
Version 20000000
Previous Block 00000000000000000001af9c9039ecb95a656cc56c0c35028d810fb8b6d729f9
Merkle Root 2984d9fdc841168f94cf1d1d16391ac8179f77f7a977a68779676b1e5f3c4ac7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,286
Size: 1.00 vMB
Total Fees: 0.00607154 BTC
Feerates: 74.18 > 0.61 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,256 (907,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,288 6,288 00000000de774ee17f88201bd17e4a1cfd028dfc01a13d39729d02afebfa73d8 1 0.00/1.00 vMB 0
6,287 6,287 00000000a56ca23f24f2abe452198a521e40bde5fe35f094119a0d922511fc5c 1 0.00/1.00 vMB 0
6,286 6,286 000000001949d2e66888c9f734f4d061e5dc942fc5b399ee3dc3f67dd8663ed7 1 0.00/1.00 vMB 0
6,285 6,285 000000000477ad4733fe68d6f813c81110d8bb886af9ee892b37b06c1399f6fd 1 0.00/1.00 vMB 0
6,284 6,284 0000000012b510fdff8ac104c294afbb0248834d1c89661ebcb35f88dbe8fe53 1 0.00/1.00 vMB 0
6,283 6,283 00000000562c91f26d71cde437b34680ee347feb9901b77fe19aa57d2654e037 1 0.00/1.00 vMB 0
6,282 6,282 00000000b0414a04140a5893059e1ed6b84fc173f4322b68a702ceb7e6d60b32 1 0.00/1.00 vMB 0
6,281 6,281 00000000d7ca158757439629b22b2466bb217494d9136752dfbf8e7b9f2b8b68 1 0.00/1.00 vMB 0
6,280 6,280 0000000006ddcb44f13e5221ce8e85f6f4cd239c4de6af2d86d886319ff55c68 1 0.00/1.00 vMB 0
6,279 6,279 00000000ecc53ceded013c7b0f7e0590b45d7a886bcdb98c53902af4ac888974 1 0.00/1.00 vMB 0
6,278 6,278 000000003881d7b41d383c4aff6ba9ac7770c20035277ce2f6c041d65eaa1595 1 0.00/1.00 vMB 0
6,277 6,277 000000001aa61392e330496cbc1a637e9254571f665ef6997ec35e8702a81e27 1 0.00/1.00 vMB 0
6,276 6,276 0000000090d2eeec877b8c4aace84e4a4cb6a0dd3757dca18baf40866d04e504 1 0.00/1.00 vMB 0
6,275 6,275 000000005cfc10840d76b4a49410b51e38db0ef523bb8b5687e6d86965675d79 1 0.00/1.00 vMB 0
6,274 6,274 000000006f1a159c96cee945b431aa2bb594017d4cbbc20f29768c5018b7f539 1 0.00/1.00 vMB 0
6,273 6,273 000000007dea7650bc2fa9b3da3aca691b286b4227ca4a3cc8d430c988457636 1 0.00/1.00 vMB 0
6,272 6,272 0000000042cceee1092a2084d091be35de333b20953e96057ffeaf27ca558aa8 1 0.00/1.00 vMB 0
6,271 6,271 000000003ce99726d00dddc80aa52e7d8f2d4a9d6f531055cae0011637041719 1 0.00/1.00 vMB 0
6,270 6,270 00000000927235e53245ffade6c852fa742e51265d4a4657c61d085ad9cafba7 1 0.00/1.00 vMB 0
6,269 6,269 000000002178dae529077386d68c48b1660f6168baadbabb6bcbd0a59dc10b17 1 0.00/1.00 vMB 0
6,268 6,268 000000002c1a2986aed5907c096e19ecf3ce132056d178b029bd0cbf273afb95 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

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