Loading Tool

Explorer IconExplorer

Memory Pool

78,192 transactions
29.70 vMB
0.07165039 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt ec11a90ac63ea3e9e9211fc26c7bf91c63562439dd548c6a38424c3f9e80b2f4
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 973c4616c83cbd4d4f974be38472f98bd78d1fda54e86c238b61e9d72c36a9b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.00596375 BTC
Feerates: 50.18 > 0.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (558,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,586 356,586 00000000000000000889a49d9ebb5b917856c6de243d56023491009803cd0364 2,141 0.75/1.00 vMB 39
356,585 356,585 000000000000000011cfd37b2e5e0d13f1deff38ce4a825f7ba7147bb6648492 1 0.00/1.00 vMB 0
356,584 356,584 0000000000000000013bfbbfc1c6094d6732cfc9c3c083a81fe039cf38ab3b9d 449 0.20/1.00 vMB 28
356,583 356,583 0000000000000000022cb9ba65cae46298d1792ff1374581c90f5a638dfabca4 1,435 0.75/1.00 vMB 40
356,582 356,582 00000000000000000dad46e7b7f6e137d36cd4e1daf4de9542700efc29ff2307 1,024 0.37/1.00 vMB 37
356,581 356,581 00000000000000000c793f6d36f87b9f8b1573c27876afe0427ee193177e3d1f 287 0.13/1.00 vMB 27
356,580 356,580 000000000000000010f6c358067c8c7b1cf8b2a1f741ab25545230258c8204a7 440 0.21/1.00 vMB 28
356,579 356,579 00000000000000000eb451f77e434c4c398228b31ace1d6ba228276139dc9e26 329 0.15/1.00 vMB 26
356,578 356,578 000000000000000015d5281e3f40bfc5afa66590a0f33ac46117a1142beeef8a 624 0.43/1.00 vMB 18
356,577 356,577 0000000000000000078c80262f3b9c1e42dcaac3391c7c24a9dd0580d66f8515 1,864 0.75/1.00 vMB 32
356,576 356,576 000000000000000012d622fb2c33585218ef5611e7ed891a4d4780753903a7b2 191 0.10/1.00 vMB 30
356,575 356,575 000000000000000012d881177b968128a6f2c1c7fd15f694d317da02b003982e 81 0.04/1.00 vMB 28
356,574 356,574 00000000000000000f72f55c87bcd6c63873f6a758dd20367d10f94899b54bd3 694 0.29/1.00 vMB 31
356,573 356,573 00000000000000000eec773ae0bf10f9abd0b48684db8ee1dfd2daa7b31cd641 504 0.23/1.00 vMB 29
356,572 356,572 0000000000000000105bfe54256a877b2ea3d6f56e09d4cda8296102d8e49a1b 918 0.52/1.00 vMB 25
356,571 356,571 00000000000000000f08e892ec902b12349f5861efb8c1d7efc90c02a1f7f70c 230 0.12/1.00 vMB 14
356,570 356,570 00000000000000000bde1722b276a82296f6f31df41ad359e24e04b1688618b7 1,659 0.73/1.00 vMB 31
356,569 356,569 00000000000000000ae6cf543a90977a8d61a61f7a0a366cca1ce38c33a83bfa 314 0.12/1.00 vMB 33
356,568 356,568 000000000000000010c42f9c05fd4936f43e9f11cc6d90fca5611b593290f502 1,019 0.46/1.00 vMB 28
356,567 356,567 0000000000000000065930cb47845773dc91d4a94f8d88ced9d2bcada8759c84 354 0.33/1.00 vMB 14
356,566 356,566 0000000000000000114670becbb90d0e7dddead6a99d3c250e099c1db4acb7b8 1,724 0.75/1.00 vMB 42
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: 719.63 GB
    • Received: 18.11 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.