Loading Tool

Explorer IconExplorer

Memory Pool

39,903 transactions
25.97 vMB
0.06539654 BTC
Random Selection Loading Transactions
Max Size: 134.77/200 MB

Candidate Block

Mining Attempt 5af8e29d4b4207b2b6a3670e1dbbae9f5a174662f4d3bab0bf09a249636e202a
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 1a95978af6bfcdd830577c226df83b95cbba31731dced0e81408f03db20c9dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,558
Size: 1.00 vMB
Total Fees: 0.01809237 BTC
Feerates: 73.20 > 1.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (681,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,500 233,500 00000000000000cc8fc800f2f037785f31b48a88ee66528eaedfa6f5f6430850 351 0.16/1.00 vMB 163
233,499 233,499 00000000000001472e66b45b7819a4aec346bd320f3be94f21362916f9b99079 208 0.09/1.00 vMB 174
233,498 233,498 000000000000011c2539beb0cb9651bd0ac5851a71acbe0d6687c3839fe37f55 593 0.34/1.00 vMB 132
233,497 233,497 0000000000000039a6681261f98e39c527cf3c6043757fb8f42763b0fb30a412 255 0.15/1.00 vMB 142
233,496 233,496 00000000000001349c107da63553906bd1a0a19150d17ec3f3eed3d38cb2e7a9 5 0.00/1.00 vMB 37
233,495 233,495 000000000000017124d556f84d349f0eea1a54fc89eed3c8c3894f00c7085446 179 0.08/1.00 vMB 180
233,494 233,494 00000000000001239fe1b191348fbe833dbabfda61a1bead84f0d2e25d703306 35 0.02/1.00 vMB 165
233,493 233,493 0000000000000137178fde965845df82b7d6e87bbec3b23f5393ddde4e3f8239 269 0.15/1.00 vMB 146
233,492 233,492 000000000000006f267d7c481e71daa999a4be25a739f73f4ed0a328a9a09c2d 298 0.14/1.00 vMB 180
233,491 233,491 00000000000001596730405635e099c54224c0362fe50e58ed791149bb770bb6 279 0.15/1.00 vMB 135
233,490 233,490 000000000000005f8277817adcf64bfd7e2e5f167b81e517f9dfef8ea9f0983a 582 0.25/1.00 vMB 171
233,489 233,489 0000000000000098c9c03c04f7b64bca5c67f84c29e8775be2ecec9ee34057d6 90 0.04/1.00 vMB 158
233,488 233,488 00000000000001bc0c3d7adb921f1e1d30c739b734cbd46ad1c37c172a5bcfb1 270 0.15/1.00 vMB 121
233,487 233,487 0000000000000024be126a8586a0115cf34d42587f1e94eb26819c16d5e52db5 185 0.15/1.00 vMB 74
233,486 233,486 0000000000000063b74c5331e9a360fac119b013f3ac580c7ef606cd7864684c 263 0.10/1.00 vMB 171
233,485 233,485 00000000000000dc1d4b54578bf36415c5b1a9c5985da4cf67c1c77a9fe3e5de 291 0.14/1.00 vMB 2,637
233,484 233,484 000000000000017cb05f2ebf19eda7f1ca40d69f2676991098ce6b459d41d7fb 260 0.11/1.00 vMB 194
233,483 233,483 00000000000000bdf2f3ab1ab9360f3faf1aaabd7800b2e6926f4a1f3b655cdf 54 0.03/1.00 vMB 198
233,482 233,482 000000000000006213c4d4c2c218c9b4088767600bc514ae3d5428823cc5f7ef 222 0.09/1.00 vMB 183
233,481 233,481 000000000000017ca936f9d8679a1860b88338c866aca212ae0d75db11d4f65b 195 0.15/1.00 vMB 79
233,480 233,480 000000000000015bb9d9c0ba36dec83f2aa14692789e121a26c50759917a50c8 216 0.10/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.