Loading Tool

Explorer IconExplorer

Memory Pool

74,663 transactions
27.66 vMB
0.07572745 BTC
Random Selection Loading Transactions
Max Size: 168.51/200 MB

Candidate Block

Mining Attempt 77857338ea9b3584e35c4ccb18e35b2d1d8af501a3588a5978a30c5a4fd58da6
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 3d4575d68c975afcacff439b7ea6da005d2e60755e0fa565a21bc14f268221eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,857
Size: 1.00 vMB
Total Fees: 0.01664567 BTC
Feerates: 402.60 > 1.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (438,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,919 476,919 000000000000000000e0e68d0d7085663a3d119cfd50c0e8d65c9ab94fa58c64 1,552 1.00/1.00 vMB 148
476,918 476,918 000000000000000000ec99a1892d7804be8ede15aca3fd19e97e4caff4bee6ae 1,891 1.00/1.00 vMB 57
476,917 476,917 000000000000000000079e9b64af0bf810a3fac0133f363f2bdd27145534513b 1,969 1.00/1.00 vMB 180
476,916 476,916 0000000000000000011d97df99e0f46cec260aa809a1412947007cc4005db6fe 1,825 1.00/1.00 vMB 88
476,915 476,915 000000000000000000975bdecf42272b731c2f13c7af99c31eea7e4b6eceae4c 1,579 0.99/1.00 vMB 208
476,914 476,914 00000000000000000144cc4978492db314b8f67dc743783cd226952feac9e22a 1,606 1.00/1.00 vMB 89
476,913 476,913 000000000000000000ec335d31f6456b2ee59afaa5c0793b844081e27645b98a 1,755 1.00/1.00 vMB 235
476,912 476,912 000000000000000000e612d5e38cfeb0186d195099edd53bdd67ca033bda56a9 1,914 1.00/1.00 vMB 53
476,911 476,911 0000000000000000009b948e9b6900b36a4eb03c4411f65f999f63552d640db5 1,763 1.00/1.00 vMB 187
476,910 476,910 000000000000000000763d82d396e5242910244b86743a4cf8c34456d6727d87 1,820 1.00/1.00 vMB 53
476,909 476,909 00000000000000000158ec5279264fdca3ff321af81653d87e83d05a5bc0365b 1,751 1.00/1.00 vMB 144
476,908 476,908 0000000000000000000b2cbc5d0d7edd7150d20f5f9f7128c0b8e6ea9adaef86 1,874 1.00/1.00 vMB 180
476,907 476,907 0000000000000000001902cbaf1b448bc31ceeed2ad3dc411fbec75c665cdeb6 2,045 1.00/1.00 vMB 90
476,906 476,906 0000000000000000002aef33bef2bc528e620c4ac1a86e7dee468a391ec9ac9f 1,895 1.00/1.00 vMB 155
476,905 476,905 000000000000000000b729383f8f20c6100f94c01badfa2f74532dc642e86b03 2,141 1.00/1.00 vMB 215
476,904 476,904 000000000000000000d06b29f972983adcfc5d2b894d9e16d62349cfa4c40f22 2,401 1.00/1.00 vMB 150
476,903 476,903 0000000000000000007fa84be704fa3abdff543b95ee835acff7418e6ddf814f 2,016 1.00/1.00 vMB 127
476,902 476,902 0000000000000000002912e3b161d7a2a6b3f3b1d5e8ae701309623aae3d08a3 1,482 1.00/1.00 vMB 188
476,901 476,901 000000000000000000cf8457aedd246faeb7fd90759de7f159d243b840c96bde 1,388 1.00/1.00 vMB 188
476,900 476,900 000000000000000000b205ee53dcbe1c55c0d050fd57b657192f87facf2e54be 1,764 1.00/1.00 vMB 172
476,899 476,899 0000000000000000004580ce8edc64e6a4c85ce821035fec03cfc478d96803f2 1,731 0.99/1.00 vMB 204
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.