Loading Tool

Explorer IconExplorer

Memory Pool

46,866 transactions
27.43 vMB
0.06068515 BTC
Random Selection Loading Transactions
Max Size: 145.92/200 MB

Candidate Block

Mining Attempt 493f83ef703df2f6600306541602fd415582fc26727346790f495e6f7d48db56
Version 20000000
Previous Block 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143
Merkle Root 1ee481e6b65abe71ca2980ae857e2ed2d695f95170adf2262c879d25406fe778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.00939735 BTC
Feerates: 100.28 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,775 (414,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,002 500,002 000000000000000000877d93d1412ca671750152ba0862db95f073b82c04b191 2,997 1.00/1.00 vMB 341
500,001 500,001 0000000000000000005c9959b3216f8640f94ec96edea69fe12ad7dee8b74e92 2,645 1.00/1.00 vMB 364
500,000 500,000 00000000000000000024fb37364cbf81fd49cc2d51c09c75c35433c3a1945d04 2,701 1.00/1.00 vMB 340
499,999 499,999 0000000000000000007962066dcd6675830883516bcf40047d42740a85eb2919 2,729 1.00/1.00 vMB 364
499,998 499,998 00000000000000000085d465bc594e9d6d5664dfedb8dea5eedb55871248f3ec 2,541 1.00/1.00 vMB 400
499,997 499,997 00000000000000000034749458f656a299e5ec743fd856e5d2c3f1d51dd21dc6 2,963 1.00/1.00 vMB 393
499,996 499,996 00000000000000000001ddd1c1a1855e09ff84e2d2b5987cf165fcfbe8054bb3 2,798 1.00/1.00 vMB 391
499,995 499,995 0000000000000000003a82a2e245d6a8be618045510e65eadce1eaa517a90845 3,122 1.00/1.00 vMB 395
499,994 499,994 0000000000000000003bfe490d246cce1e097206e03990badf8e2b8c686a121d 2,763 1.00/1.00 vMB 431
499,993 499,993 0000000000000000002c52f75ad1a4c9212c77bf396e6ea7be007d0b2ce83c6a 3,077 1.00/1.00 vMB 391
499,992 499,992 00000000000000000009aaa349f87f16ad15c638e6c723b0727dcec8350f1702 2,734 1.00/1.00 vMB 426
499,991 499,991 0000000000000000000a95dd5aa6fd4a6e2cf29ef3b2dcda82734948cbafbcf7 3,150 1.00/1.00 vMB 424
499,990 499,990 00000000000000000090ba12d7b0201765546ae0e476544a3fac512c87f34bc6 2,398 1.00/1.00 vMB 389
499,989 499,989 0000000000000000002ceeba1133dbde31ac2275eb5c7bf8a62bff0c7665a3a6 2,952 1.00/1.00 vMB 387
499,988 499,988 000000000000000000789c4da6c2a7578050fccf20e506709ddf0a5326443a96 2,916 1.00/1.00 vMB 427
499,987 499,987 00000000000000000091fd18802b44c19d6aa53e2127a097df684359745cc849 2,756 1.00/1.00 vMB 428
499,986 499,986 000000000000000000814eb05ceaed97c1404ce6d9f4f76a2dc0e47822f3d0f3 3,157 1.00/1.00 vMB 411
499,985 499,985 0000000000000000007f390d680a3d904a411ac18c04d099668e174a9162bf01 3,058 1.00/1.00 vMB 411
499,984 499,984 00000000000000000071ac490c0e5dceb1bca2216c1f8088f51563c913648c45 2,123 1.00/1.00 vMB 382
499,983 499,983 0000000000000000007aa140d6e9875682c205869dfa8b66896a0fb89c7f436c 2,683 1.00/1.00 vMB 394
499,982 499,982 00000000000000000038a8a23a08e57daaedb3a45f1c4f340063a070dd060551 2,388 1.00/1.00 vMB 447
Previous 10 blocks ↓
Total Size: 781.99 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: 648.51 GB
    • Received: 13.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.