Loading Tool

Explorer IconExplorer

Memory Pool

87,358 transactions
32.13 vMB
0.11830587 BTC
Random Selection Loading Transactions
Max Size: 196.39/200 MB

Candidate Block

Mining Attempt 753ea0db828cacd64d6265e51d5a5acb316544845e7de7c91c9de5774f4fa9a2
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b7499f0be4de7fa6180f7197b8f75b0e7c12630b099ddb115189e6d4b6baa11a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03315621 BTC
Feerates: 1,236.26 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (512,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,421 402,421 000000000000000005198f5f96419a386464ce7c33458bce91518f552234062c 124 0.23/1.00 vMB 5
402,420 402,420 000000000000000004e774e8e18566c278c5b207dd5a8e7ba1cfddc1f5fa2a76 249 0.13/1.00 vMB 26
402,419 402,419 0000000000000000039f234bc815853bc64e1ce36d2885e77e1d65f3d92eea43 1,736 0.74/1.00 vMB 35
402,418 402,418 0000000000000000020eb60e02a657a7af5ccd351faa2618371ad4d507c5fa11 794 0.45/1.00 vMB 34
402,417 402,417 000000000000000000e8b68c927d711903f5c55f139a09e2f61021f6b2af4069 1,770 1.00/1.00 vMB 49
402,416 402,416 000000000000000002172bc61f24f5d517fbfecfea63706a60abe43fe72d81b2 1,120 0.64/1.00 vMB 39
402,415 402,415 000000000000000001491196c2079080d08e72469e0892b5efebdb925bff382c 1,137 0.62/1.00 vMB 35
402,414 402,414 00000000000000000043957762c44146adb2bbdcd61e83db3867d41a5eede287 2,351 0.99/1.00 vMB 51
402,413 402,413 000000000000000006b56d60bdc13f522bc5aebc3bfaa260c4551d23fedde6cc 1,212 0.68/1.00 vMB 32
402,412 402,412 000000000000000005fdcf6877a99f2a5e4c36ed0e13adcfb5838f4ae88e3693 200 0.72/1.00 vMB 9
402,411 402,411 000000000000000006d970c5b35a08ffe42622faad78d6cd1a7c92a1847c4753 1,382 0.65/1.00 vMB 38
402,410 402,410 0000000000000000069867e7ae5aad5afc1728af782c58d0c0cacf2d3034c727 515 0.92/1.00 vMB 12
402,409 402,409 000000000000000003535bfabe88cb794e2435405e531e3d9a70f0366716b98a 1,217 0.48/1.00 vMB 46
402,408 402,408 000000000000000004c4caa9b5b97cee2def84c5a029d8048fb9d96a4c4608fb 1,435 0.99/1.00 vMB 29
402,407 402,407 000000000000000005d4f68c4fc08fdbcc555a93003f100786a7176273cf1975 1,731 0.99/1.00 vMB 35
402,406 402,406 000000000000000005202b513e4ca908d29796516e66dad2b72525c560293502 2,176 0.92/1.00 vMB 44
402,405 402,405 000000000000000003d321cd3f1b03e2e5e0fbba280da1150e2260270a8b680f 1,223 0.95/1.00 vMB 25
402,404 402,404 000000000000000003b031995605985db606ba3b87c9d1bbac196e5d3c538d4f 1,176 1.00/1.00 vMB 22
402,403 402,403 000000000000000000c7920227f3693169643c88144f378c6a8bf4becd1852b9 2,133 0.93/1.00 vMB 40
402,402 402,402 000000000000000000ba8c70fb2a7e2b1b2ef36d175f32c6845953a8c6281ee4 2,982 1.00/1.00 vMB 52
402,401 402,401 000000000000000002ca5a4528118f0ee8b9e11c08fac99998749f9cfa39f9ec 2,552 0.93/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.