Loading Tool

Explorer IconExplorer

Memory Pool

75,812 transactions
28.30 vMB
0.06197001 BTC
Random Selection Loading Transactions
Max Size: 171.53/200 MB

Candidate Block

Mining Attempt cc49a80de89d544fc78fcbaca9269ab2fb8cc3cf99efd5849ba12249f57fd38c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 34ee48e07ed0ebe7beaf9f775e9818fc1c8cfcf396fbcbfb680cc93dd1a74726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,564
Size: 1.00 vMB
Total Fees: 0.00333400 BTC
Feerates: 10.21 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (380,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,741 534,741 000000000000000000216f89951fc77ae99147f4cd1be51e742a975d16fcaeda 1,540 1.00/1.00 vMB 20
534,740 534,740 0000000000000000002cf278a5186eaa3bee535a26c86b7d8e476cc72a854cf2 1,527 1.00/1.00 vMB 9
534,739 534,739 000000000000000000053025f005a450cf98e4cbf68643dd322265fab74734b6 3,064 1.00/1.00 vMB 24
534,738 534,738 00000000000000000017b8f6c331cd6c482d1b4cf0d3d51e9eda417d4f51900c 1,170 1.00/1.00 vMB 5
534,737 534,737 00000000000000000024b7a8c1d9fd8640214796abfd1e48ed35e581e9d0a3d8 2,655 1.00/1.00 vMB 25
534,736 534,736 0000000000000000001d34d68f542a1682d151ce1d92fd64f41a76fa6e648f69 1,973 1.00/1.00 vMB 9
534,735 534,735 0000000000000000000b51803e62dee2923e177ffa236f3cf57844a2d370ac77 590 0.19/1.00 vMB 19
534,734 534,734 0000000000000000000bb3ff27afea3d8937351f7da6e16eea0e77af0df4926e 2,800 1.00/1.00 vMB 25
534,733 534,733 000000000000000000133f24ec03f762621744da578ce61ea8bb0c6cda0ca287 1,249 1.00/1.00 vMB 9
534,732 534,732 0000000000000000001a356aea909b89ffb2c3b5cd1cb8f437dbc84c4ff76d59 1,596 1.00/1.00 vMB 8
534,731 534,731 0000000000000000002837e459900daa2b437ab2edb6c829c8165bd20ee78311 2,809 1.00/1.00 vMB 15
534,730 534,730 00000000000000000011fa758e7fd699fa0d845ca798c46a5e444750fd588de8 2,613 1.00/1.00 vMB 29
534,729 534,729 00000000000000000029f07d1d5bcebf1af17b1cc0062bb445f54a58fd971205 497 1.00/1.00 vMB 2
534,728 534,728 000000000000000000271c3d96a982fbfe680b627c9fe1d5dfd6d1283b36d145 2,384 1.00/1.00 vMB 17
534,727 534,727 000000000000000000128de828f38feb229e428920b5115fc4e10b4a10546914 1,907 1.00/1.00 vMB 7
534,726 534,726 000000000000000000078007b10348831555c7cb7c9358e51a9df0a125cfbec4 2,645 1.00/1.00 vMB 30
534,725 534,725 00000000000000000019a201c52077781c7a5d155761f8590a963114e25f0581 1,163 1.00/1.00 vMB 5
534,724 534,724 00000000000000000021cbc205eedd38506c401a1b68ee81c70ec99c042c155b 2,586 1.00/1.00 vMB 15
534,723 534,723 0000000000000000000aecce65f3d7e35340d43d69311a1ae81068ee79191aa7 2,696 0.97/1.00 vMB 19
534,722 534,722 00000000000000000015d9b787130474b235d9cfd9bbda2b2f8f9f9b96a9f88b 2,215 1.00/1.00 vMB 9
534,721 534,721 0000000000000000000c0d8380173fbf092aaa30dd9429d3fbfb78c5db8a3854 2,673 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.