Loading Tool

Explorer IconExplorer

Memory Pool

77,835 transactions
29.25 vMB
0.06260257 BTC
Random Selection Loading Transactions
Max Size: 175.76/200 MB

Candidate Block

Mining Attempt 7701279e370f2ffbad5a7b912d7f8ce290a7a306b7a9fda5448e91868d14f505
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3fdf5385b180b513e96a60bd304dbbf3b2e39bcf9dbd286a1da98a7e50f43eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.00344056 BTC
Feerates: 10.05 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (178,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,359 736,359 00000000000000000003db186173ed39125e575f004b781f278691ba4af1ecca 2,394 1.00/1.00 vMB 24
736,358 736,358 00000000000000000006ceda3ce2891bb6fe50d98b7564f46ea9c26f3b2f0ef3 3,005 1.00/1.00 vMB 23
736,357 736,357 000000000000000000058cc4313e31489e777207333a3f58b59f1f1be1f383ef 1,862 1.00/1.00 vMB 28
736,356 736,356 00000000000000000002bc7f8608f75c27f7a8890d6e151ffe57f5358e5d67e2 1,784 1.00/1.00 vMB 11
736,355 736,355 000000000000000000005eab527ef3a3a843d4d36a09caf5152b0649b61071d0 3,005 1.00/1.00 vMB 27
736,354 736,354 00000000000000000007fb2b76eb26eb885bbfacd411e602b365b057aaa59bd8 3,107 1.00/1.00 vMB 31
736,353 736,353 000000000000000000070bafa7f545012df683bbf46be43a9c280f666f667d48 2,564 1.00/1.00 vMB 22
736,352 736,352 000000000000000000031160a4f37ec8d95ec342aa85ab578bcd5fc2dcab5824 826 1.00/1.00 vMB 14
736,351 736,351 00000000000000000002ad0aa74dc2850f82dce2cc79f1b1e49dd44c26c348c2 1,164 1.00/1.00 vMB 10
736,350 736,350 000000000000000000084fc453f9e90acf2a3a108bb82a5c1902e90c7535dd1f 2,373 1.00/1.00 vMB 19
736,349 736,349 000000000000000000005f3ff340b87a9a92255c1d68256b291e5be3e6e1096a 682 1.00/1.00 vMB 13
736,348 736,348 000000000000000000063671bbb9e1ec3cb919332c5126a7930fa43a5b3d45c6 1,588 1.00/1.00 vMB 21
736,347 736,347 0000000000000000000529ca25996bcddc5daa937333e7cd2a846926bdfe2950 2,442 1.00/1.00 vMB 13
736,346 736,346 000000000000000000081a00cca66087f8ce363706c8381f2b41e1f17dc0579c 2,185 1.00/1.00 vMB 17
736,345 736,345 000000000000000000025634851ddb31b5139a44129d2f16c554c51eb8a140a4 2,480 1.00/1.00 vMB 10
736,344 736,344 00000000000000000007a5ad9f19b589bd41c2a09c4214a88f9ed037d82e121f 1,491 1.00/1.00 vMB 13
736,343 736,343 000000000000000000087ca96d43804f8ff9dd7a8770666c1ed86bd35adf6ea3 1,161 1.00/1.00 vMB 13
736,342 736,342 00000000000000000003b54254e1f03fa6c252fb69b8da2de374aa6a1548b917 2,238 1.00/1.00 vMB 17
736,341 736,341 0000000000000000000179faee385ea28e067d4c92e0539322d9e111dc68fff3 2,939 1.00/1.00 vMB 19
736,340 736,340 00000000000000000000701bdd47e81f1a0260fe052067af010d7a477b427764 3,645 1.00/1.00 vMB 28
736,339 736,339 00000000000000000005635a015ff08dfd8092a96f781ae41dfe89562660af5a 1,286 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.