Loading Tool

Explorer IconExplorer

Memory Pool

80,765 transactions
29.46 vMB
0.10111874 BTC
Random Selection Loading Transactions
Max Size: 179.47/200 MB

Candidate Block

Mining Attempt 6ba2a620de5a523d943ae6ae219c8124ae96089c70f7ad3d5ab5148a5e88c8bd
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 3593de983df57d294622061aea77bbf4c4ab364570103e1d0ab33a331d218322
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,238
Size: 1.00 vMB
Total Fees: 0.03920829 BTC
Feerates: 146.36 > 3.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (343,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,911 571,911 00000000000000000005d83330c0d3c7bf4df3c502cc42f03cc602340d34cb39 2,539 1.00/1.00 vMB 76
571,910 571,910 0000000000000000002aea373d173fe32ef8a8d9088076303ce3524fd8e78529 2,888 1.00/1.00 vMB 84
571,909 571,909 0000000000000000001423c54480a0c40225650a06c7e40ea2c197e4aac62542 3,048 1.00/1.00 vMB 92
571,908 571,908 000000000000000000061f9b2d181925fd26312e21e8f83fd1b9ddf6e57fc89e 3,238 1.00/1.00 vMB 65
571,907 571,907 00000000000000000009cb3c3058ff4968d393e2ab75787ceb97b7568956efcd 2,904 1.00/1.00 vMB 81
571,906 571,906 000000000000000000239ae4a9ca20a77b25702f76adf117e616bc884ce34d7b 3,055 1.00/1.00 vMB 61
571,905 571,905 0000000000000000001cac5e4e780fbe2a2b92b127978ff6d05abfee62165f15 2,968 1.00/1.00 vMB 83
571,904 571,904 0000000000000000001cd8a1fbc6d96bb2b6f6dd88762740fa781bfe04b4d9fe 3,164 1.00/1.00 vMB 70
571,903 571,903 00000000000000000025639c97bebaf7a8f99ef542f086b9b7b1dd19bbbf5e6d 3,329 1.00/1.00 vMB 69
571,902 571,902 0000000000000000000737a5b3f670c2ca4220ed3d1c53a5b1528e6ed89b706b 2,857 1.00/1.00 vMB 83
571,901 571,901 0000000000000000000f6b6ce7d3e5bb099f26f7303b67f1ca4aa7870ea34f90 3,621 1.00/1.00 vMB 58
571,900 571,900 00000000000000000006b5608a2ce4c88a259c008d175a60e9b48cec34bf8929 1,997 1.00/1.00 vMB 78
571,899 571,899 00000000000000000007abfab751cd2176d22742f7b6a4c25a4bb3fe6e2f93fc 1,466 1.00/1.00 vMB 84
571,898 571,898 0000000000000000000991cd596febbb61380812404314c2c9b314096be7509d 1,941 1.00/1.00 vMB 32
571,897 571,897 00000000000000000013d3ac7158eef71c33292cc5a6293d6d82e2e26ec17034 2,707 1.00/1.00 vMB 42
571,896 571,896 0000000000000000000506ee965143c2da5d10b55951bb94e8cdf07e6526da03 2,885 1.00/1.00 vMB 75
571,895 571,895 0000000000000000000b2be906b25af79739940d2c4610680292d512228b51c3 2,775 1.00/1.00 vMB 30
571,894 571,894 000000000000000000135f3d875617f18f5a16d695dce7d2d00a722644934747 845 1.00/1.00 vMB 49
571,893 571,893 0000000000000000001fb4c5aed8b672a90557867fb7f5a3fe0bebb0f00e6586 2,650 1.00/1.00 vMB 48
571,892 571,892 000000000000000000028660c7fc2f91d13a475490d6957cb04432e4120b9fd5 2,295 1.00/1.00 vMB 48
571,891 571,891 0000000000000000000aecbf0f3fead95c525d2bed2ac345172982a9a2c59ff4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.