Loading Tool

Explorer IconExplorer

Memory Pool

37,559 transactions
28.35 vMB
0.06307750 BTC
Random Selection Loading Transactions
Max Size: 143.03/200 MB

Candidate Block

Mining Attempt 4d08e253f12f4873afdfa22a95e16b56eea444fbd087b1394acf2dcbaa40fd0c
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 2a92c2d7e69337ac2170f18cdddb927e17d08ab0b88db1274081cb00aab79c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,577
Size: 1.00 vMB
Total Fees: 0.00857643 BTC
Feerates: 106.68 > 0.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (867,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,769 46,769 00000000063558fd24b1c3752e4baaf323ef66691788ce1efdf5b0fdc8d359be 1 0.00/1.00 vMB 0
46,768 46,768 00000000146e28348d962160e9d540ababbd1dababb93d4f92aed9e53bcf36de 1 0.00/1.00 vMB 0
46,767 46,767 000000000bdcb3d06dfe9dc80372dbf28824ae3d24c97f63755cc26ca2633f48 1 0.00/1.00 vMB 0
46,766 46,766 000000002f54a7e4e2eb66aadd8407450585f761bc5ebcfabc95f9b6ecb3f3a6 1 0.00/1.00 vMB 0
46,765 46,765 0000000013d4e3ab9670a8f9d309a05ac16ee683caeb962aef37901b85c3236c 1 0.00/1.00 vMB 0
46,764 46,764 000000003807067a5fa0f7f8926472466a86df50b4e7c1a38ca9d83dec1364d2 1 0.00/1.00 vMB 0
46,763 46,763 00000000323dc0deb512a6a0e28603b630d9ddabf45102f0fad0626b069eac44 1 0.00/1.00 vMB 0
46,762 46,762 0000000004a1c145e84a9768985c87e7f87ec72cca5a51cc18a9c17247a1b149 1 0.00/1.00 vMB 0
46,761 46,761 0000000000575972ad62db781ec20bbff8ef41a319dafd4e582c22c85a93879b 1 0.00/1.00 vMB 0
46,760 46,760 000000001440090e8e9fc29f397558eb010649100e9e4b39a0430ae723f9d7e0 1 0.00/1.00 vMB 0
46,759 46,759 00000000315fc098d5da84e919efe990227aba1c5b73cc92e00b9302d299a442 1 0.00/1.00 vMB 0
46,758 46,758 0000000029cfe743a593f586cc624147d513a9ccf799067f892a2bfadbd3f1ff 1 0.00/1.00 vMB 0
46,757 46,757 00000000039db873a297595af95ea21e950f15626d434f45a652c972756e5bfa 1 0.00/1.00 vMB 0
46,756 46,756 0000000004e5e315a18f6a718b267d5f4cbb7416e9ae601fd47a55814365d75d 2 0.00/1.00 vMB 0
46,755 46,755 0000000012df8fe2bcb3f0086ab5394b6d1a37221aeafce139021b9847544ae5 1 0.00/1.00 vMB 0
46,754 46,754 0000000016a301efc93283048e970b9f6aeec70c99f14ec52201761114d10187 1 0.00/1.00 vMB 0
46,753 46,753 000000001841b1033b818bdf140933cfd32c7d73ba038bf78906d7d46067c714 1 0.00/1.00 vMB 0
46,752 46,752 000000002cb6c64391bf61440fbf0b81243fb22ac930e7f057066c98f9410589 2 0.00/1.00 vMB 0
46,751 46,751 000000002d95fdd6144cc58ca461a4e2db277d189905e4456b7840acac991811 1 0.00/1.00 vMB 0
46,750 46,750 00000000269b0aa5eedd598a71f14bb52ad9345e1c7a7cf490eda50d28181ee5 1 0.00/1.00 vMB 0
46,749 46,749 0000000011dd459b6d04c67ae893a58b3983e56bad5e804709d0c4994c6e18fa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.78 GB
    • Received: 11.75 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.