Loading Tool

Explorer IconExplorer

Memory Pool

37,777 transactions
28.01 vMB
0.06675135 BTC
Random Selection Loading Transactions
Max Size: 141.72/200 MB

Candidate Block

Mining Attempt b103b9c7c6c0034b058a480e70a7f0af3ff3d39214de265d04d52befd1f35f55
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 0a4f056817b0155a739453bc37a682f27f2ff6aabd8c0c44861a746701c9f30e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,396
Size: 1.00 vMB
Total Fees: 0.01326465 BTC
Feerates: 150.93 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (572,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,947 341,947 0000000000000000082a63de4b7b0b72df86b274f660fd7fc37eaf7eaefb4375 62 0.07/1.00 vMB 9
341,946 341,946 0000000000000000016ec68a0fc3101da25b4834a2439f39d4042b940e6fcda0 880 0.75/1.00 vMB 19
341,945 341,945 00000000000000000f3d0feab87dbb6967c29d4b2563b83cf7dec10168b72fb5 1,904 0.75/1.00 vMB 32
341,944 341,944 00000000000000000270f9496e30b55d97d0debb954c17b020d0f4fca81f6145 2,268 1.00/1.00 vMB 30
341,943 341,943 000000000000000007508100b6d96c3e1d1016835db41a32532d53ebd0207039 460 0.25/1.00 vMB 24
341,942 341,942 00000000000000000da2404aedb62f4df34fad348e51d9f4b88238c78a468532 214 0.12/1.00 vMB 27
341,941 341,941 00000000000000000dac5e4177e3a1a4483ffca202b8c9360907a58fe6e6f2d5 105 0.04/1.00 vMB 19
341,940 341,940 0000000000000000113b8211bac2d0ddbdff45e89dfe1e897e64415ac7e8b6b2 1,571 0.73/1.00 vMB 29
341,939 341,939 00000000000000000f8e6b67e99c1a82d481e6d4ee7a27e83ffcf9b476a0f7d7 98 0.10/1.00 vMB 10
341,938 341,938 0000000000000000010e165f17e31eb98b85a04c293e6039d48a04aab26bb887 944 0.40/1.00 vMB 29
341,937 341,937 00000000000000000dec93691266ed80d00a4686ef1df4029ac05488a242e8fd 1,106 0.65/1.00 vMB 24
341,936 341,936 000000000000000015f0e4c8c1283808c3f7a89de1d3501bbe5fcb2d49553470 324 0.18/1.00 vMB 21
341,935 341,935 000000000000000004a2a77eb1089cbbfda03ce84fc75cad5514249c16a4c006 1,421 0.75/1.00 vMB 27
341,934 341,934 00000000000000000d56dfc9ed85fd6fb3ef74e13c4268dc817b1fbe78daf24f 402 0.21/1.00 vMB 31
341,933 341,933 0000000000000000006480345031b2bf197cb4916173590d6e69595bffa9b2e2 592 0.31/1.00 vMB 24
341,932 341,932 000000000000000012a8e54156b28b4b12edd4de6f38a785bfe6f9d70a77df8b 329 0.19/1.00 vMB 23
341,931 341,931 00000000000000000961c504f7333d04ac69eb714dbe5bfa72f1bb434732659c 234 0.20/1.00 vMB 15
341,930 341,930 00000000000000000b3704883832224bd19650305025a22b51b189509fec00c9 512 0.18/1.00 vMB 33
341,929 341,929 000000000000000006067dae38a32515f4104253b49cb4f78f08a5b4b60c20c6 79 0.05/1.00 vMB 26
341,928 341,928 000000000000000012f6c77ed27d7357757990bd25a2e44cddf17809c14784aa 971 0.53/1.00 vMB 25
341,927 341,927 000000000000000008d1d590d4a766a82bc712dd377bd421d160186f19a213fc 382 0.18/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.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.