Loading Tool

Explorer IconExplorer

Memory Pool

79,296 transactions
29.45 vMB
0.08926330 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt af7873a814659d84bcf430d29ed43416f7602f6a66a12edc1a603394b2fd4772
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 3c09251ecb0c2fdcc0d696866af6660ba022e0a742e0df58e822337edeaa93bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02721923 BTC
Feerates: 301.60 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (231,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,574 683,574 00000000000000000008a4babb5a19be4eedd00301c3810b28bd51ea0a4e08d9 1,776 1.00/1.00 vMB 55
683,573 683,573 000000000000000000041759f42c98adb604d3f160fefea27d338969be6b489f 1,720 1.00/1.00 vMB 38
683,572 683,572 00000000000000000004679dca4eeb73cfdadb37d3911581027bc46f2ee9c9c8 1,460 1.00/1.00 vMB 58
683,571 683,571 0000000000000000000488db974528095a0007b99376f7c5a87580e5cc120399 2,915 1.00/1.00 vMB 56
683,570 683,570 000000000000000000087de9801712cb549a8dde92e50914a022f95ceb64e4cc 2,313 1.00/1.00 vMB 53
683,569 683,569 00000000000000000000fd24aa77e219f8d4e02b7f02dcc1abec3af075ef9471 1,122 1.00/1.00 vMB 57
683,568 683,568 0000000000000000000052080e9f0b400bbcaae41bbfd49e5d87dc5dbd4c978c 2,097 1.00/1.00 vMB 65
683,567 683,567 00000000000000000008dcbc07eddc1001541a2ffba4da22675f643f5c50c9a2 2,178 1.00/1.00 vMB 70
683,566 683,566 0000000000000000000a69531836b58653ef1c26f993218c58a639578da55605 2,726 1.00/1.00 vMB 115
683,565 683,565 000000000000000000030f2f7794b8f8050a6c79518e47568527d1e67cfd7f85 2,085 1.00/1.00 vMB 37
683,564 683,564 0000000000000000000329cf9c2196a4384f0de5e9ee505cced6a79538de0835 237 1.00/1.00 vMB 5
683,563 683,563 000000000000000000086f883a9958bb5d6963b01c215e0f0ec9737356f2c4d3 1,646 1.00/1.00 vMB 32
683,562 683,562 00000000000000000003aca3362fe22e5359f8f43cc43e0857349789dfa4b663 1,658 1.00/1.00 vMB 33
683,561 683,561 00000000000000000001500042c939790c0352d83e7a0d88470ef7174ee66f07 2,167 1.00/1.00 vMB 35
683,560 683,560 00000000000000000006445a02d7312d5fc47399460edf9c60440583eebf9cf6 2,395 1.00/1.00 vMB 27
683,559 683,559 0000000000000000000a22e19bad7b0c787a86c6a27347467469c8a7112b9ef2 2,462 1.00/1.00 vMB 55
683,558 683,558 0000000000000000000375a660d9a6fda8b00a1564d6ada8a0cb70c5503449e5 464 1.00/1.00 vMB 11
683,557 683,557 00000000000000000002d6bca71b27e6d6c7b627941e3eb414dfd6fa4265ba0f 1,562 1.00/1.00 vMB 9
683,556 683,556 0000000000000000000b061ce4ac9a8d7f365208e9b0a38831815e4ba9294d38 1,767 1.00/1.00 vMB 31
683,555 683,555 000000000000000000015e315a6c1f3aa8cee61ff4ed17a9e56f76a0fd57f932 2,419 1.00/1.00 vMB 59
683,554 683,554 00000000000000000001f652c91dc3812dbc86efb02acc39f468060bb519c294 1,806 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.