Loading Tool

Explorer IconExplorer

Memory Pool

41,632 transactions
29.36 vMB
0.07686811 BTC
Random Selection Loading Transactions
Max Size: 149.77/200 MB

Candidate Block

Mining Attempt f7587e99bf0a8c3f4fb7ac18c494f7d33ee2866c7ea582f0989106969ba5d88f
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root bf1e9370ed966f69457b76615f7fca3131fdf59180556e3fc14be24e0fb22923
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,208
Size: 1.00 vMB
Total Fees: 0.01931952 BTC
Feerates: 100.21 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (579,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,629 334,629 0000000000000000103d281ba6e09fb3ab5cfefeff0ab834546b57e1a730ca22 260 0.47/1.00 vMB 12
334,628 334,628 00000000000000001b63d31c535993f4cc87a4b9dbddfa7ea3bc1faa9a23ac22 1,769 0.75/1.00 vMB 28
334,627 334,627 000000000000000014de5b995debe5fb814df8ca8d47286a6349cd68cf366651 217 0.12/1.00 vMB 18
334,626 334,626 000000000000000006e231ee9917d06426c0c01def92149cd022b6a808debfe4 616 0.66/1.00 vMB 18
334,625 334,625 00000000000000001754feeadf964a8f7da844a6f225b1550e32796ec0be4916 1,749 0.75/1.00 vMB 32
334,624 334,624 0000000000000000130b74740a72a9a06a3ae3c8c855e4a1bd055e0a29a4648f 69 0.13/1.00 vMB 14
334,623 334,623 0000000000000000137fe5330e6c982d3ef199e6f00ce2a69082fc0bf3192952 80 0.03/1.00 vMB 23
334,622 334,622 000000000000000008c3739f1651cedb6cd505fd8a61998806afc7af113c4901 473 0.77/1.00 vMB 13
334,621 334,621 00000000000000000c8f7cd7cef9b6d274d2b2e5bf6759099d5ea7fd5a65f2ca 1,000 0.35/1.00 vMB 37
334,620 334,620 000000000000000016591f8ba273d9bb14c812a487329e2ed908f9697a467b5c 32 0.01/1.00 vMB 24
334,619 334,619 00000000000000000a36f86ac2a0517d2cc74e6ff2f80ebc671a7b2a50d7bc3c 1,028 0.56/1.00 vMB 21
334,618 334,618 0000000000000000039e169a863bf182e3c71dd5d32bff9bf3690d8b92aa4db1 920 0.59/1.00 vMB 23
334,617 334,617 00000000000000001a1f75840ad68e9a5dc8f859aa5ea025dda34419f40ddac2 351 0.32/1.00 vMB 29
334,616 334,616 00000000000000000d7df1be8bb2f3d2cd84d529e797c8bf5d38e28b80ab00c7 734 0.54/1.00 vMB 22
334,615 334,615 000000000000000014c53b7df8dbfe4cbda7d2bf70adaa14c6735b313fce4c6d 384 0.53/1.00 vMB 12
334,614 334,614 0000000000000000161c302b2aa6ebf28a2ce09908d5621ae3b6d261a7356026 2,004 1.00/1.00 vMB 28
334,613 334,613 000000000000000008ca3ed9a61d76b09582f569762a7d51dce2c82c4ea64b93 506 0.54/1.00 vMB 12
334,612 334,612 0000000000000000043208a7f8c5351dd3e21552c88b8d86624e654b5eb6c11c 1,005 0.35/1.00 vMB 39
334,611 334,611 000000000000000006237551bebb034dadfc7a66786d724927d4c85a8a96d4b4 308 0.18/1.00 vMB 18
334,610 334,610 0000000000000000092e6c82a01d10489282f2eca468ac7ef2ddcdc9e09900dd 1,430 0.75/1.00 vMB 24
334,609 334,609 00000000000000001b129e7662848cbc6d2f17d887abd69e91c8d955a5c46d37 271 0.13/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

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