Loading Tool

Explorer IconExplorer

Memory Pool

81,977 transactions
31.07 vMB
0.09847557 BTC
Random Selection Loading Transactions
Max Size: 188.82/200 MB

Candidate Block

Mining Attempt 42b2629cce49f2d0045ee7c52fda798e04f6cbe454e1119bdfd5e7cea0537ceb
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root a8f3d6a2bfa6894807a8704ac1f65f03c30353184b23d1e16d215851ce66e442
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,319
Size: 1.00 vMB
Total Fees: 0.02457649 BTC
Feerates: 150.77 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (441,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
473,886 473,886 000000000000000000f628076d624a3b0109c4326c2d5a8c2baf5a8aa4324816 850 0.39/1.00 vMB 184
473,885 473,885 0000000000000000017c475304ead863172d4157178185af025c1ab0df69c66f 1,195 1.00/1.00 vMB 92
473,884 473,884 0000000000000000005d33ac93ce9d3f15e726c6cc859a544bd4e1b1a694e6dc 1,151 1.00/1.00 vMB 114
473,883 473,883 0000000000000000017f052eadc2b455a7a83011b7ce2f04d225e000f7c4e690 1,702 0.82/1.00 vMB 180
473,882 473,882 0000000000000000003aed2f599e2035671a21bbb843dc895524ebb66c1f1391 2,004 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 783.04 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: 720.19 GB
    • Received: 18.15 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.