Loading Tool

Explorer IconExplorer

Memory Pool

82,415 transactions
30.74 vMB
0.08498453 BTC
Random Selection Loading Transactions
Max Size: 188.14/200 MB

Candidate Block

Mining Attempt a19578ec3d93df51337dca03de18e8db7c5972126c63d6ec11031e218afc2106
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 8b3ccb507ec80385c3a77cc148c7460e3a78b6a346334521937aa90bdac13fbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.01519968 BTC
Feerates: 114.09 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (441,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,911 473,911 0000000000000000008b2ab1244179fb8de8419a7f8cfefb26ceb03472f2e078 796 0.39/1.00 vMB 198
473,910 473,910 00000000000000000136c134cde8a0757879d855c44a5d2545350b86b5f67b81 1,921 0.83/1.00 vMB 192
473,909 473,909 0000000000000000003317f98d71c592f14a0d65718196e199f49ff874da96bc 1,667 1.00/1.00 vMB 158
473,908 473,908 000000000000000000bd7697822cde6f9e63ae498b6e91368bd108dc1e31f5c6 913 0.49/1.00 vMB 223
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
Previous 10 blocks ↓
Total Size: 783.02 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: 719.26 GB
    • Received: 18.02 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.