Loading Tool

Explorer IconExplorer

Memory Pool

43,331 transactions
27.98 vMB
0.07989068 BTC
Random Selection Loading Transactions
Max Size: 145.10/200 MB

Candidate Block

Mining Attempt 9c8b46bf2d655dc7458f63203c13cb95eea52c357f4f55728436dfe63f0be1bd
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 2f7fe2b02d2ed56565af2599a0790e59c27e63d047fb449ca7a0b01b0320c73d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,705
Size: 1.00 vMB
Total Fees: 0.02171385 BTC
Feerates: 160.85 > 2.18 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (535,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,894 378,894 00000000000000000f71c5e5004daa039a027f0a5fb312eef48d4deabf9e6331 1,514 0.78/1.00 vMB 41
378,893 378,893 000000000000000000747e3d8314a3e3d21ed2f44d94e256f50b49e741e1fac4 73 0.82/1.00 vMB 10
378,892 378,892 00000000000000000d0c6a8e01f8efb73bff2057f0f2130ea74b39dfd2f8dc64 1,104 0.73/1.00 vMB 22
378,891 378,891 000000000000000003f8a6abc768038f97ed3d15a326d2bcc202e73463526e40 217 0.17/1.00 vMB 14
378,890 378,890 000000000000000002424f8ab6bb8e6d1ab037eed80814c7abf6da48e6bada8e 676 0.75/1.00 vMB 16
378,889 378,889 000000000000000000a630f626a15eec833c62aa56b15a4829baa1697fd236e7 1,979 1.00/1.00 vMB 31
378,888 378,888 00000000000000000ba8dd06b495d9b9574278c01c8bdb132137acbdd0be0301 1,883 0.95/1.00 vMB 44
378,887 378,887 0000000000000000108466ec6ea51ada2ff222e9619218edc4f33b147be4db11 1,431 1.00/1.00 vMB 23
378,886 378,886 00000000000000000abc9cae60431bca6f30a582a764686576c18365481804af 1,502 0.75/1.00 vMB 35
378,885 378,885 000000000000000010d6354fe0face00587a03a4180320611ac32390b41df53a 707 0.75/1.00 vMB 31
378,884 378,884 00000000000000000dd41898d163fbada382d2a7b2b4f4c3bef61c0514696ebd 2,718 1.00/1.00 vMB 49
378,883 378,883 00000000000000000f89985fd5421e7fde103c3498a74c8f7f866b2681de1c61 2,094 0.75/1.00 vMB 79
378,882 378,882 000000000000000005e5b78413032db5d54a6df5600549f5d3ec339dd7bac4c0 2,123 1.00/1.00 vMB 50
378,881 378,881 0000000000000000111be2620123bcf2f8ca6209140a8b1f0d8c2412dd9067f2 493 0.27/1.00 vMB 30
378,880 378,880 000000000000000004f6c5f854021c7489bedebe3c6cc2f119ed939c0b851d4c 517 0.27/1.00 vMB 35
378,879 378,879 000000000000000007bbbedeeb6e6cc32e0e5dbaaa0b49a96cc1a78f8cf07827 699 0.35/1.00 vMB 33
378,878 378,878 000000000000000007ef046d8282e78e980e78514a0eaf84946dac3286fa2806 1 0.00/1.00 vMB 0
378,877 378,877 0000000000000000082d3717b2a67e5306987ed8c53beb34ef34678a50864418 392 0.25/1.00 vMB 34
378,876 378,876 000000000000000010a63426d18dc23920b3f1683453f8f763e3ce09f4a51a1a 891 0.60/1.00 vMB 23
378,875 378,875 0000000000000000087c1488bcc922415880ddd464dbe6088e2f26337afcfe2e 1,446 0.75/1.00 vMB 26
378,874 378,874 000000000000000001617edc4da5ec35d10719614db08698eb2c8af8992c1182 952 0.75/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.79 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: 633.98 GB
    • Received: 12.23 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.