Loading Tool

Explorer IconExplorer

Memory Pool

41,467 transactions
28.33 vMB
0.06749503 BTC
Random Selection Loading Transactions
Max Size: 145.01/200 MB

Candidate Block

Mining Attempt 4605d51b76094aff18702fcc9915b01594a05a7be57d93ed360cb022420b1061
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a62b39f412c677d52a7b632b1cc992557abafceb9b55907f7a213c4ebc8ddddf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01284985 BTC
Feerates: 201.07 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (222,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,194 692,194 00000000000000000001d30f270f97f198e7198c50d905eeb8a66149e81360c1 2,307 0.75/1.00 vMB 17
692,193 692,193 0000000000000000000908e7ff1e0db72ead3d64e1714770a0569076a066464c 1,795 0.89/1.00 vMB 15
692,192 692,192 0000000000000000000a7956daf069b286dbadb1bc34aaab1d43d22da761e011 2,594 0.99/1.00 vMB 19
692,191 692,191 00000000000000000010b25dfcaf04ef4d67218f341af447493a291851a8d1a9 2,223 1.00/1.00 vMB 9
692,190 692,190 0000000000000000000d7f70089fa6b4bbbd9961b2efb7aa49363e5822526d1f 1,681 1.00/1.00 vMB 9
692,189 692,189 000000000000000000058f08bc0abac7e5b44e188c4c30a6b20103424a3d7d80 2,453 1.00/1.00 vMB 19
692,188 692,188 0000000000000000000cb8373cd754944479c23e15304bc0011248b4c37ce929 504 0.20/1.00 vMB 22
692,187 692,187 000000000000000000086f48ff5a758dfd9a2ecb4b8f4cf1ac7597b4ada3334b 996 0.36/1.00 vMB 14
692,186 692,186 00000000000000000002ade60726513c3b4b3295fefb67ac76b9bc21d0a00651 1,435 1.00/1.00 vMB 7
692,185 692,185 0000000000000000000f45afe3ecf68282c54b23299fe8be943f54bfd534b844 2,847 1.00/1.00 vMB 16
692,184 692,184 00000000000000000010e1e7614e1c0a04ce4b75e809d0bbdd82ddbcdf080159 2,686 0.92/1.00 vMB 20
692,183 692,183 00000000000000000011b28a339c4854925adafa43854309dff5219f710273c3 1,810 0.64/1.00 vMB 6
692,182 692,182 000000000000000000015ab28ccdfd892f95cf2543ee430ac5cd60c9bd608cf9 2,843 1.00/1.00 vMB 29
692,181 692,181 000000000000000000138010cc72afc95a8ddbf8b2bbc7f6fe150276443ff5fb 2,598 0.91/1.00 vMB 14
692,180 692,180 000000000000000000015d7b23b5c461542dbb1451317f40fa4812944c4c840b 2,038 0.93/1.00 vMB 24
692,179 692,179 00000000000000000001d0a21ed5e7f15c7c70c0ae96042314bbfd4abe14cdc6 575 0.26/1.00 vMB 18
692,178 692,178 00000000000000000008256ddd0dbc7c37a093f76b7b6ddadf031cfcb40d7611 1,631 0.73/1.00 vMB 20
692,177 692,177 00000000000000000009155af25e5d402275d55f0ce4174978ba229b948b2d04 1,352 1.00/1.00 vMB 5
692,176 692,176 0000000000000000000dc29cbf92ac8a0f83c38de5507e8b89158defc9466a4a 2,078 1.00/1.00 vMB 13
692,175 692,175 0000000000000000000373b0c8121a695ad6ccc166f4d0425ffc8d027b9b003d 2,495 1.00/1.00 vMB 29
692,174 692,174 0000000000000000000100a4681fe264d4ac31e6a5fd0ce8b78a0f807a98289b 85 0.05/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.