Loading Tool

Explorer IconExplorer

Memory Pool

34,172 transactions
25.30 vMB
0.05351282 BTC
Random Selection Loading Transactions
Max Size: 128.60/200 MB

Candidate Block

Mining Attempt b77074600f67ac688e9af7711e5ce7fa0b4c274ba166269bb20abdbd70fbfdf6
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 9af8170878385759f79ae36f78b991019e0b1e816a77df9393ddc5e0e4b0226f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,115
Size: 1.00 vMB
Total Fees: 0.00750456 BTC
Feerates: 93.93 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (525,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,914 388,914 0000000000000000036d4baef07739b1738e57d6d00ec2db2caf635d94a04a0e 1,056 0.69/1.00 vMB 24
388,913 388,913 00000000000000000329f11cf1b9223d9d377c4e20c1d6e6b01557e8121fce8d 1,735 0.95/1.00 vMB 42
388,912 388,912 000000000000000007623b2a4679dacd98828f80786d5e63daeb7a6258204b15 1,625 0.92/1.00 vMB 36
388,911 388,911 0000000000000000082a54fd5e3b5e5c185536ea612f8e61de0eb607da721f12 1,956 0.75/1.00 vMB 41
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
Previous 10 blocks ↓
Total Size: 781.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.69 GB
    • Received: 12.26 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.