Loading Tool

Explorer IconExplorer

Memory Pool

23,654 transactions
16.07 vMB
0.04545476 BTC
Random Selection Loading Transactions
Max Size: 83.17/200 MB

Candidate Block

Mining Attempt 59716c55e2ae62c668fd28fe347c0b35dc1331e49e27c33fa86a9534d0351ab8
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root dde5a715cb031915b8360eb5e34aaf5b842376506ba8347b6b5bbef87123d0e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,322
Size: 1.00 vMB
Total Fees: 0.01625904 BTC
Feerates: 152.74 > 1.63 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (801,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,506 112,506 000000000000c65f0103f37b9e57b8432f228ecd581ec4d03545f032c7f995b3 10 0.00/1.00 vMB 1,254
112,505 112,505 000000000000652bba4387dde3b3bc7bcfd241c64953c1023d7e1268e649bce3 9 0.00/1.00 vMB 1,090
112,504 112,504 000000000000449bc615c118b51df3eb4d329c7017747326f1fa80bedbd67ee8 11 0.00/1.00 vMB 335
112,503 112,503 000000000000f6960e03420751cc1e30fb1a79bcbd646d59d96fdfe33332e378 15 0.00/1.00 vMB 1,224
112,502 112,502 000000000000beafedf7e39dccadaaa58981c62fd3dc042b33b1325bd9e291e8 6 0.00/1.00 vMB 505
112,501 112,501 0000000000002b564b3f6d4542703aee13fecf7ad8c176dc1be3783ca5688a4c 4 0.00/1.00 vMB 0
112,500 112,500 0000000000006322f9774ed2ac87a61189f9d16bb13dc1e9dd95516a44e59863 9 0.00/1.00 vMB 984
112,499 112,499 000000000000c6c7678c473e10caa22900af32b0a40bce2130edd3b21824cd15 9 0.00/1.00 vMB 0
112,498 112,498 0000000000002e513b59f433b6e14ad18b9a703fe14843d49c9ed98c7109bb3d 3 0.00/1.00 vMB 0
112,497 112,497 000000000000f86841166e77774df68b726b7d6b46470d16daffb9660980f565 7 0.00/1.00 vMB 0
112,496 112,496 000000000000bd7d16311520e2556a1471acde23bc8eb93f65f2e886511ce5cd 20 0.01/1.00 vMB 2,109
112,495 112,495 0000000000004c3dadb3e116cd349df52591f35679aa1223b2a6865b43dfaab9 9 0.00/1.00 vMB 430
112,494 112,494 0000000000004cbcf2727c78d9c4618260b6f5c7125f34881820f5f84f0a11d3 3 0.00/1.00 vMB 0
112,493 112,493 000000000000d690f590db6ea11485e499880357abf48fde1611cf43f4d1d16f 15 0.00/1.00 vMB 1,481
112,492 112,492 0000000000011e3b246bae03e92faa47108ef3c9f300e331906d5c53343da92f 20 0.00/1.00 vMB 601
112,491 112,491 000000000000edcf5eb4bf67ce25a098ee4c0f0cd02a32c1a6cd5b676dfaaab8 4 0.00/1.00 vMB 1,047
112,490 112,490 00000000000064b062176d99f4ecd5abbd59987ac74683549cffd309ff843069 1 0.00/1.00 vMB 0
112,489 112,489 000000000000532add65cc896d5359bba6f48a3c899c082e1855d48bc7a25a0a 9 0.01/1.00 vMB 737
112,488 112,488 0000000000003c7d7e98033e255dcc9dee2d85b5b5572dc8b73791fbe2adaeee 1 0.00/1.00 vMB 0
112,487 112,487 0000000000001c53ca9d5571992bf550537b0b60ce3f363c4c6f858d4b9b9d7b 12 0.00/1.00 vMB 352
112,486 112,486 000000000000f2dd7d264dc50ece56a51c55c38ebaf6aefbf2507edb325ebec3 14 0.00/1.00 vMB 1,713
Previous 10 blocks ↓
Total Size: 780.90 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: 570.08 GB
    • Received: 7.74 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.