Loading Tool

Explorer IconExplorer

Memory Pool

63,418 transactions
18.85 vMB
0.05298754 BTC
Random Selection Loading Transactions
Max Size: 121.31/200 MB

Candidate Block

Mining Attempt 6c4cface876cb0967c08c935f79a97a0297901ecf8ce72cc7f4ec6a572a40c41
Version 20000000
Previous Block 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7
Merkle Root 5cd5e79145c396a429f958745cb3d2936ae4032aea494dfc05280d235208dd79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,385
Size: 1.00 vMB
Total Fees: 0.01052088 BTC
Feerates: 149.72 > 1.05 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,781 (910,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,854 4,854 000000001752b2542957c901d683b12cd966372f4f3d576eeada4ceaea6f057f 1 0.00/1.00 vMB 0
4,853 4,853 00000000e233f8e7006ab1269ce3f6726f81eda73b86e0e9d67662166a3280b2 1 0.00/1.00 vMB 0
4,852 4,852 0000000052cc05409e3d653f1d8ec284e7c5b4283851310cbdfc604e313f9cdb 1 0.00/1.00 vMB 0
4,851 4,851 0000000030f5e3d36e4e5e63c7eb5372511e468483907b13e91eb9b8b8f55833 1 0.00/1.00 vMB 0
4,850 4,850 00000000830d8355ed59793ef81a824c2f613847b6cd03478920c5efe42ef837 1 0.00/1.00 vMB 0
4,849 4,849 0000000045230720665b31af15474a6ccad9f3f9a10f5c9465464b1498c74818 1 0.00/1.00 vMB 0
4,848 4,848 00000000a03ed6d3495a73f6a8cb04ae244d1af08fdf60810fecf4bc1730582a 1 0.00/1.00 vMB 0
4,847 4,847 000000002bd3e8bae57ea82ff737d22c88cfae5fd680c97a49fb9ef3a681ad45 1 0.00/1.00 vMB 0
4,846 4,846 0000000023c350c0f3a2313f97985056510b32c681990acf2fb4e32afa7aabbc 1 0.00/1.00 vMB 0
4,845 4,845 00000000faf61b1875f68064f0dbd0055db17b2df85cea7276363def7a656a00 1 0.00/1.00 vMB 0
4,844 4,844 000000004da91b6da0a6d96cb00662eca6f0dafd9bd1e8a6f0a24fca8cd317e3 1 0.00/1.00 vMB 0
4,843 4,843 000000006831bf2f16797771e6995ca5c317f4166bcf9ec53d41303058348e6c 1 0.00/1.00 vMB 0
4,842 4,842 0000000022b000f871e89d81b4fbdcbbf0a4a6ec14d6ead7df53695b9710766e 1 0.00/1.00 vMB 0
4,841 4,841 00000000afe1718fc86a250c75861eceae0461e0f499fe3d65dcdbd38f233077 1 0.00/1.00 vMB 0
4,840 4,840 000000002e43d0746650ecdbea7fe84bf70a08d2a9e876aaa2b61a65065dc73e 1 0.00/1.00 vMB 0
4,839 4,839 0000000082189e843992c00893ababb1c4fc1af7b3ee3f6ab71df2938dae5467 1 0.00/1.00 vMB 0
4,838 4,838 000000001e1910f660a1264bbdeb70bb6416f674453dd0bf5e650da2c0256c27 1 0.00/1.00 vMB 0
4,837 4,837 0000000059741366a15a6a72686abe949aeda79bcfbad732088a04c31c34d81e 1 0.00/1.00 vMB 0
4,836 4,836 000000006d1fa3ca766ef9fc18a563e2b54de10954ebac43714877d061fbe778 1 0.00/1.00 vMB 0
4,835 4,835 000000002c322bef45528e67aac4e4b790d8f9dae02edee3cbbde042cc2d0f5f 1 0.00/1.00 vMB 0
4,834 4,834 00000000b161ef794d7dd6593693111ea55fcf8093c1344f03dde78c9218d83f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.73 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: 783.41 GB
    • Received: 21.41 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.