Loading Tool

Explorer IconExplorer

Memory Pool

37,527 transactions
26.37 vMB
0.10406054 BTC
Random Selection Loading Transactions
Max Size: 135.36/200 MB

Candidate Block

Mining Attempt 6d6e58229812788bf7e0ff20ac12b49a10c62b01af54c3c1d2872acd7cb07568
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 9f9e95148355eff753d55a4a5759e8351dbdf901e33d90d5dc5853589cd4a39d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.05494530 BTC
Feerates: 201.13 > 5.51 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (525,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,910 388,910 0000000000000000082f2d95400cb69793593789749f294356e0d169209e83b5 1,911 0.94/1.00 vMB 34
388,909 388,909 000000000000000000991a340755d71205b76e4c511dd064f8a737b9156d36db 941 0.47/1.00 vMB 33
388,908 388,908 00000000000000000aee1ccd15557b7c6883f5f82af4c240641b3a8120d6854d 385 0.17/1.00 vMB 36
388,907 388,907 00000000000000000d61328c0da98df169210f7ed53b7c82d80e3a98b9c4e512 788 0.73/1.00 vMB 21
388,906 388,906 000000000000000001c095a630c0d7b4649e8da917f405a17c1099454d1c28e6 1,290 0.92/1.00 vMB 23
388,905 388,905 0000000000000000009e459a676c07cb4972ea2580ddb648175ad650ac7ab969 378 0.16/1.00 vMB 32
388,904 388,904 000000000000000006c87e2728d2386a03eee2bb6a37d213b93eda9f84103aa9 1,741 0.93/1.00 vMB 33
388,903 388,903 00000000000000000d5f2bdd86d02508cbfca7d56767ddab32ad448297e61247 1,280 0.95/1.00 vMB 23
388,902 388,902 00000000000000000b19cb45fc783f483c7e045aa567f55015c982faabbc8b7f 1,097 0.75/1.00 vMB 26
388,901 388,901 00000000000000000cc50e1103d1151f5a73c4763bc68c543eda1fcb189149b4 2,242 1.00/1.00 vMB 36
388,900 388,900 000000000000000000a6cb4e21d4e3fde734b61b205e6a68dfcf44632bec5b81 1,668 0.75/1.00 vMB 56
388,899 388,899 00000000000000000d7ea5958b20b426806142fff1b729c3d4f53e1882d1777b 1,798 1.00/1.00 vMB 22
388,898 388,898 00000000000000000de5bf23628721530a20ef2e1aa8864cecfe7daa0e9f6947 3,189 1.00/1.00 vMB 73
388,897 388,897 00000000000000000229725d7c74271a9ee2f1b6ab57982dd79b8c99be4c1c8f 2,630 1.00/1.00 vMB 40
388,896 388,896 00000000000000000db377bfe69ee9bc7c49adce82209e8ed84fbdbc39585d83 2,348 0.94/1.00 vMB 38
388,895 388,895 0000000000000000018c508ea4f3e2cb4d64f2f52a203c1504528245523612a6 2,908 0.95/1.00 vMB 84
388,894 388,894 000000000000000005d71a885ea5b6d87a887f83b7165b46ff0463ea86db2d36 299 0.27/1.00 vMB 17
388,893 388,893 00000000000000000d086bd4f27133e9cffdf96df8283341f0c887eb4ec229f9 1,258 0.67/1.00 vMB 34
388,892 388,892 000000000000000007d5af9f89ff9bd6e51764524e93f71f05ffd002413a60da 951 0.53/1.00 vMB 30
388,891 388,891 00000000000000000d6b4797776324085d2ea991b19506c266b1ce4ca4df7e27 712 0.29/1.00 vMB 33
388,890 388,890 0000000000000000084cd87cbf80ee85acaaf905d36a2d80669d5767641e6424 1,240 0.54/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.36 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.