Loading Tool

Explorer IconExplorer

Memory Pool

80,163 transactions
29.56 vMB
0.08917645 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 961f4d7e7c624111e95f3f1db4418a8e93f481b5e5a37a52864a38a892e07466
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 72355af9ba6a1ab30c12166532f14ad0c87ed90e5608075c0e2d68c4520e4243
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.02676942 BTC
Feerates: 278.95 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (113,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,669 801,669 0000000000000000000440b4bc983c3c4cd446c5290391414ccc29f6bd9de4b7 2,373 1.00/1.00 vMB 21
801,668 801,668 000000000000000000006c9e0f63d039e566b6d186cf8ed111fd763f3d8f1cc5 1,504 1.00/1.00 vMB 24
801,667 801,667 00000000000000000003baf2660e130543768d48680be42ffa4cda0a72f031be 2,199 1.00/1.00 vMB 19
801,666 801,666 000000000000000000020c724895e783d330d53579f0f2fbf35b05d669d3fcc9 3,598 1.00/1.00 vMB 18
801,665 801,665 00000000000000000004e2ca3e9995e2a1cb67591632e0471c95a22b0bf38e1b 3,309 1.00/1.00 vMB 22
801,664 801,664 000000000000000000018cdc24a2ed4db110529f09ae4933d582f89c24255d46 2,335 1.00/1.00 vMB 28
801,663 801,663 000000000000000000037b0b0eac7d9781bc6e67c353e502b893ea0b1725990d 2,659 1.00/1.00 vMB 30
801,662 801,662 00000000000000000002634fd10ea8c050be50989c7dd07429ac0cfd51390b22 3,434 1.00/1.00 vMB 35
801,661 801,661 0000000000000000000534323efd018da7cba4fc52159fb51670b1bc84916c90 1,960 1.00/1.00 vMB 11
801,660 801,660 00000000000000000001c4b4375eac50a61a601d5ef77564d6ef1a858a971253 1,961 1.00/1.00 vMB 16
801,659 801,659 000000000000000000004bf3cc86c77fb186e8791163d6c02abecfeee8cb0e3c 2,588 1.00/1.00 vMB 24
801,658 801,658 00000000000000000002cc888f0a7984aed1dee745426c98c7489fbe83838071 2,846 1.00/1.00 vMB 21
801,657 801,657 00000000000000000002b40b772623e75fb91728a2eddb5f963668b441b5e2aa 3,380 1.00/1.00 vMB 21
801,656 801,656 0000000000000000000119b5e9c5c893a91fb63ccc4ce7f118d92c3cbdabed31 3,324 1.00/1.00 vMB 22
801,655 801,655 000000000000000000046d5b818633174f59cd3e8fdc82576731ad4f880240c6 3,223 1.00/1.00 vMB 39
801,654 801,654 00000000000000000001c6a5de43789e02ce2b996e172807642be1149ab43037 2,430 1.00/1.00 vMB 16
801,653 801,653 000000000000000000035c37165659e22104cca3dbaae141135aa9d7e8c8dd4d 2,835 1.00/1.00 vMB 23
801,652 801,652 000000000000000000011a9296e749b83129b3126d2e6095ce9b7e35f12b5ca7 3,806 1.00/1.00 vMB 21
801,651 801,651 00000000000000000004d39a86eb34c09e8d5ac2a311671204c86a0c96ceea45 2,137 1.00/1.00 vMB 13
801,650 801,650 0000000000000000000434854fea1bd05d10e4630b3720a8e26f9628e2eb7f6c 3,104 1.00/1.00 vMB 16
801,649 801,649 000000000000000000032aec3be9a82e1ba18e22d127ad241fd9aec345c65cda 2,026 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.