Loading Tool

Explorer IconExplorer

Memory Pool

82,851 transactions
30.70 vMB
0.13904358 BTC
Random Selection Loading Transactions
Max Size: 185.00/200 MB

Candidate Block

Mining Attempt 9c3a9f72a744d309e2069709f2b003ac56950978c7210173a819dd2ffd4bbec1
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 70bda640dfa92251b5fb68e2d640b6a2461bbf7be241cf4273e0c5db9c2dee48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07408538 BTC
Feerates: 203.60 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (498,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,814 416,814 000000000000000001c1f1c31b9bef9cb3258f5a007fea45bba0fe6bbb026a1d 1,529 1.00/1.00 vMB 114
416,813 416,813 00000000000000000408d138584ba1ae16c705ead8e2a0933618d54922703de7 1,996 1.00/1.00 vMB 63
416,812 416,812 000000000000000004b799f084d50f67c6064649765cf6e800bfb47749b505b3 2,322 1.00/1.00 vMB 66
416,811 416,811 0000000000000000023d49fe055a3fffc308b184c3e10c28454b3d4801839624 2,185 1.00/1.00 vMB 76
416,810 416,810 0000000000000000029573f1a29bb5fb2c1c05aa58013771e55f8fb04bbef7d4 1,840 1.00/1.00 vMB 54
416,809 416,809 000000000000000001722ca4e86e79fc1abe6f8912a809a1a5de0e3ec21f491c 1,696 1.00/1.00 vMB 50
416,808 416,808 000000000000000002ea3dea4ccf70d814956cc154ec4c8d906b7288cd945be6 2,405 1.00/1.00 vMB 86
416,807 416,807 0000000000000000015ad618c625ef6a99bdf8896afd6d22938895d6dddc94c5 1,086 0.93/1.00 vMB 39
416,806 416,806 0000000000000000005a71cdcecdee14fd16e5399e4ae44aba066063c05c39c2 1,089 1.00/1.00 vMB 33
416,805 416,805 0000000000000000006317804b6b1b9d98fd9116a8aa6ea033cbbcfdca37b2fa 2,120 1.00/1.00 vMB 68
416,804 416,804 00000000000000000470225f0c3eb651e626d471ab7b9f3612e5c73e62f4f576 2,060 1.00/1.00 vMB 74
416,803 416,803 000000000000000004481682fc57d5941e3e64b80cdbb99605a4975c1604b2af 2,874 1.00/1.00 vMB 88
416,802 416,802 0000000000000000028dce6a502e1210f08fc71dc4ab06707d68785d2a2bdef2 2,807 1.00/1.00 vMB 87
416,801 416,801 0000000000000000040c60bda451f254ac1aa1bd6a311a3b71337083c468d030 1,869 1.00/1.00 vMB 66
416,800 416,800 000000000000000000a5266f4b458fc34a66007f899717072cc0e88bb90e4a4f 1,538 1.00/1.00 vMB 59
416,799 416,799 00000000000000000435eaf0946f0518370a413f6e927e72ac8746cfa32474db 1,907 1.00/1.00 vMB 61
416,798 416,798 000000000000000002e8f0a617a1dfde8536c8c871bc05112be8375938831b42 2,139 1.00/1.00 vMB 74
416,797 416,797 0000000000000000026a8c3e1ca4a93d71c45a247b124ac885cec7ada45b0f79 1,670 1.00/1.00 vMB 42
416,796 416,796 00000000000000000083a3fb959268e158c9d573c6dc3f3aa4add011d9b269a5 2,162 1.00/1.00 vMB 66
416,795 416,795 0000000000000000023e95b63d6409f6f3085e167a46fe9ec566ea1f0797db5f 1,876 1.00/1.00 vMB 66
416,794 416,794 000000000000000001479ab39ac794052440bb21ff6b9cc218c0137ee7959034 1,877 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.