Loading Tool

Explorer IconExplorer

Memory Pool

38,362 transactions
26.87 vMB
0.05455858 BTC
Random Selection Loading Transactions
Max Size: 139.79/200 MB

Candidate Block

Mining Attempt cab28918fa66a77a0eb0d547f5065007003bc8b7a64bab7dee56be4c8a4c3c6e
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 33e12ed6ffcd101feb17082aff4e79a48d570e0176964c15098027dbd680ef11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 895
Size: 1.00 vMB
Total Fees: 0.00500097 BTC
Feerates: 44.54 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (88,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,513 826,513 000000000000000000010e5865d5aeebb6eca43f79ef2092edff04a05a91928b 4,282 1.00/1.00 vMB 50
826,512 826,512 00000000000000000001a064d0c9dfe1dd1220633185592599ed210740aba29b 3,674 1.00/1.00 vMB 37
826,511 826,511 00000000000000000003d246f3f5636e9f8183611065c184354f2de282e30f5a 3,587 1.00/1.00 vMB 62
826,510 826,510 0000000000000000000076ca65817ad063ec2e85f72e93b1a3f22a9e3ef1d444 1,793 1.00/1.00 vMB 31
826,509 826,509 00000000000000000000f191abc4c6f2967b1eb7e03ee849d042b4948618fb3a 5,288 1.00/1.00 vMB 39
826,508 826,508 00000000000000000001ac259c6a78dd170f0150323887cbd228a9a1ffcf2eda 3,012 1.00/1.00 vMB 43
826,507 826,507 00000000000000000002092a17980524703af1231c8946cc1426485972bff047 3,914 1.00/1.00 vMB 50
826,506 826,506 0000000000000000000025a217abe66b624d02c64e7dbab8d5a9c966df4792af 3,643 1.00/1.00 vMB 40
826,505 826,505 000000000000000000010d50fa2f5b33a54bcc5d8dff748db102485e84edff32 3,856 1.00/1.00 vMB 34
826,504 826,504 00000000000000000002cd89eddda9d6e70a71bb0c6ade3bdba557e10cf965d4 3,604 1.00/1.00 vMB 35
826,503 826,503 000000000000000000031c6d87de6389e973cfa269bcc77f304d44e8eecec8ab 5,188 1.00/1.00 vMB 38
826,502 826,502 00000000000000000001e589480f7aa45923cd22cf48e803f8b5f5b7025dc5a3 2,880 1.00/1.00 vMB 50
826,501 826,501 00000000000000000000b7b36df5c620082c566d93321da1deb21c4d33d2f41a 6,320 1.00/1.00 vMB 38
826,500 826,500 00000000000000000000f50b345bf786ac366ff5d411b41d3ceaf9c4231a7772 5,392 1.00/1.00 vMB 33
826,499 826,499 00000000000000000000a8b1132d58aefb32641d3b4093649c199a02fdcba176 3,011 1.00/1.00 vMB 49
826,498 826,498 0000000000000000000144f5e8d7ea1247660b963df8873177c850cecb73d96e 4,579 1.00/1.00 vMB 42
826,497 826,497 00000000000000000001296040f46fea53ee98eb7dab65901ff8be2d6ad67f3e 4,012 1.00/1.00 vMB 40
826,496 826,496 0000000000000000000386b43be437fab868d9d2f9a0640bdd19183af681d9c2 3,209 1.00/1.00 vMB 51
826,495 826,495 0000000000000000000084bab67c4464044ef8cb6a5dc4f10299e4f7e6b3da6d 2,668 1.00/1.00 vMB 85
826,494 826,494 0000000000000000000057a54b140a419a622c22d8ad8d0baec75f30b575cb3e 3,988 1.00/1.00 vMB 57
826,493 826,493 00000000000000000002864e8b6eaac8ba2cc78a23def1edfcef9aa1f5ec571f 4,277 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.