Loading Tool

Explorer IconExplorer

Memory Pool

87,337 transactions
32.12 vMB
0.11808274 BTC
Random Selection Loading Transactions
Max Size: 196.37/200 MB

Candidate Block

Mining Attempt 7902aab320fc9ed2089bab8ca29ff611f94b194e4b37e0e7b00007d1f1b1157b
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 4d5c7f50a7bebb915797c660f02fc743f700cacffee6faafcf81b15bcba10504
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03297116 BTC
Feerates: 1,236.26 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (849,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,653 65,653 00000000028df2b97e21f3c3b26ebfc7fe5a820042e66e896c64fce775fd6a29 3 0.00/1.00 vMB 0
65,652 65,652 0000000006bc1c1bb80f0fd3bda9d9503560498e5dbfb2e70234a979750372ef 2 0.00/1.00 vMB 0
65,651 65,651 000000000a69f3c2ba6a278bf5eb85bdae16ce214caca3f4943e2027f61c5e04 3 0.00/1.00 vMB 0
65,650 65,650 0000000009b08ff0f225c3fd643a42707f61c096e55a70ab74e6991028a4a9e0 5 0.00/1.00 vMB 0
65,649 65,649 0000000001db2ac0def75f755e0146901ecaf8dddee2553659c3c1018c2e693a 3 0.00/1.00 vMB 0
65,648 65,648 00000000054a51ac1ca2360c61f4d38a3304371fb5185e1650949e0d1349916c 3 0.00/1.00 vMB 0
65,647 65,647 0000000001458acc15273c9877e52c3119f8c3dec7e3dba6b7f75ad14615c4f8 1 0.00/1.00 vMB 0
65,646 65,646 000000000161086b160ba80bec7b92bc2318c47fe32099d0344b5c34b39415ac 16 0.00/1.00 vMB 0
65,645 65,645 0000000005529b50fa9c065b1b67ee96dc0c7a5145cf2cb3389b831d6ddf5f22 5 0.00/1.00 vMB 0
65,644 65,644 00000000008e2aa9b47e0011d85b0c36b7832521411ba0cf706f0bbb7e07e9f1 12 0.00/1.00 vMB 0
65,643 65,643 0000000002321577925d0f68dbbca9f2d93e2960006d0241fb2414d0edfae9f7 1 0.00/1.00 vMB 0
65,642 65,642 000000000ab39f1f715ebe8ee57dd2dfe55800990812cb98e1bc44d93dc287af 3 0.00/1.00 vMB 0
65,641 65,641 00000000069cd456ba83c4e2197689e42f37a85fa03a6b6c45c877ba49f373b7 1 0.00/1.00 vMB 0
65,640 65,640 00000000030c21967d924c81106ad607af29caeb73c7e6c2fef800cff6f8beba 5 0.00/1.00 vMB 0
65,639 65,639 0000000008e1c5f5c788a5a74b784504f290ceebfb4b3683695442f358004c8a 1 0.00/1.00 vMB 0
65,638 65,638 000000000581c569b8725ef9e0524ddeba0afa6fe25006bc99d0dc692d38f320 2 0.00/1.00 vMB 0
65,637 65,637 0000000009763cc8a7b02369814eecacbacef6094a3390ab9ec3910dc205e432 1 0.00/1.00 vMB 0
65,636 65,636 00000000090b0db96db2f2d0301943f705ff8c257f073487cdbf48227549e520 16 0.00/1.00 vMB 0
65,635 65,635 0000000002dcc611e740ab23ce6e37c55c3fcaeafccc1ead03d4124334f6a326 1 0.00/1.00 vMB 0
65,634 65,634 00000000068f45ce854a582a495304c7191e090a1da894b2f656b792925b023f 1 0.00/1.00 vMB 0
65,633 65,633 000000000784428f36595817856a3c6443984dd012845596dc313c73d97658ab 18 0.00/1.00 vMB 0
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.41 GB
    • Received: 18.05 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.