Loading Tool

Explorer IconExplorer

Memory Pool

79,041 transactions
29.44 vMB
0.08373853 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 8a4220e8c33d4e11722d6ac62460efc14ee45fd4ba2d2d21108b5321d3665155
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ddc09e66ccc14c50bba2f67ee8d77dd085e756af47a303ed64295ab52334fd75
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.01898781 BTC
Feerates: 402.60 > 1.90 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (441,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,907 473,907 000000000000000000b4a9b582401bc9580a0a6e96ef543ebbd7b803bd9f5f14 183 0.96/1.00 vMB 20
473,906 473,906 0000000000000000002543e33b6c6b0021f0301b984a6e665f4d22f72d58bf13 1,337 0.94/1.00 vMB 147
473,905 473,905 000000000000000000c82e7a38a5cead864ea4bae6a571073f7d1a05ec3e90d2 1,081 0.54/1.00 vMB 225
473,904 473,904 00000000000000000082ee2d3cb51c6348c902e4d4f4344f20dfc905f5a7d62b 1,612 0.97/1.00 vMB 214
473,903 473,903 000000000000000000841a6368058aca2698aad45eea460c117a366b1fdf71ce 111 0.98/1.00 vMB 29
473,902 473,902 000000000000000000b64a8c6b92888c452544ab8560f5f2aec798e5846a20ae 728 1.00/1.00 vMB 65
473,901 473,901 0000000000000000015fc065ffe4653b5481e1e7761e822a5d612667f8e478e3 138 0.77/1.00 vMB 4
473,900 473,900 000000000000000000b2c5e98bbec0cc1d16b2b1dd615676f66bfe56fa3947d5 389 0.25/1.00 vMB 303
473,899 473,899 00000000000000000028fe0944ce44b0d64a25c639a29f7e7a250866614f7654 683 0.31/1.00 vMB 228
473,898 473,898 000000000000000000f19a6c3ddc8415d4bb0a3679858ed839f56f59ce099bbb 769 0.33/1.00 vMB 243
473,897 473,897 0000000000000000012db1be0e45ed1900ad585bc1a8055fed0a9fba63d58ea2 1,042 1.00/1.00 vMB 54
473,896 473,896 000000000000000000e8013a940036b6aa776196fb8d4f0867d82a91b000d5c9 1,635 1.00/1.00 vMB 187
473,895 473,895 000000000000000000d0a0d5738e4745a3ea78e2c5dea2ca4d0d784bd1075086 1,854 1.00/1.00 vMB 302
473,894 473,894 0000000000000000001cbf1497c9ec4da5c72ea82fd93ac03489144643235eaa 1,039 1.00/1.00 vMB 87
473,893 473,893 000000000000000000894581f12a8dedc5fb428b09e37ec6e5c47e9a8c0ffb8c 1,923 1.00/1.00 vMB 166
473,892 473,892 000000000000000000d29d02f935206581cb2f2aca21636d5e237c97ae45f976 1,771 1.00/1.00 vMB 162
473,891 473,891 0000000000000000004126d0e09ac62c520cd312f5167ea2fd8ca8bc84abc856 148 0.06/1.00 vMB 172
473,890 473,890 0000000000000000001651eb70b312c3c1d2d0201a78b93a3bc97a076ac389e5 932 1.00/1.00 vMB 66
473,889 473,889 000000000000000000e5ad55b33038dc70f6f0ff02cdcc4df2083fa1ea5c7b0e 1,365 0.60/1.00 vMB 197
473,888 473,888 00000000000000000120368c7144d34c725d2f2bf04b35d694c047b0d2e3d77e 691 0.38/1.00 vMB 138
473,887 473,887 0000000000000000001d28601aec2609ea73a555493dc8b4d2c17680fa10b747 2,007 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.