Loading Tool

Explorer IconExplorer

Memory Pool

75,058 transactions
27.69 vMB
0.07482863 BTC
Random Selection Loading Transactions
Max Size: 168.97/200 MB

Candidate Block

Mining Attempt afc71cf02921f383843980fc60a1f3997548a8777a41ebdb8c92c30eb3c83b60
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6090556c37182d4ca879ebd8947019c7a024433012290f895444d3b0af75f67c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,044
Size: 1.00 vMB
Total Fees: 0.01568763 BTC
Feerates: 80.55 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (297,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,267 617,267 000000000000000000014373100635a4ad659f1daa6aec0924950300b71f17ba 1,133 1.00/1.00 vMB 7
617,266 617,266 0000000000000000000b4b60ac2bc76c2c4bc8372d7aad43f27df9cba0fbbd55 2,216 1.00/1.00 vMB 5
617,265 617,265 00000000000000000007c385ce8b2e95ce8a7cdb6c5dc66e3839681d38e37a6a 2,416 1.00/1.00 vMB 29
617,264 617,264 00000000000000000004c7a2d3746ba4feb38c8f69dda9834fbc4bf7ae0246fa 2,615 1.00/1.00 vMB 7
617,263 617,263 0000000000000000000fca7f00bdc88ae08607e8fe465b931950b24ab212f625 3,115 1.00/1.00 vMB 24
617,262 617,262 00000000000000000005ef209b1fbe58d998f80fb9e3e00c9aa688abd439aa9d 3,452 1.00/1.00 vMB 32
617,261 617,261 0000000000000000000e452f35ee4e3f87b436f066fddf20b508beed60f35812 1,634 1.00/1.00 vMB 13
617,260 617,260 0000000000000000000eedbb938aace3d1d4100521f1649df57a1fef915ee254 2,744 1.00/1.00 vMB 15
617,259 617,259 0000000000000000000d154da40fef847b68d228fd92189cbf485f0771e266eb 2,122 1.00/1.00 vMB 9
617,258 617,258 0000000000000000000d2466f3f37d1f6be2d3f923ec7953af035205e9a63032 2,335 1.00/1.00 vMB 7
617,257 617,257 0000000000000000000beeacd97680d8e2b30ba1e015a323cfe5329b9911fa2c 2,547 1.00/1.00 vMB 13
617,256 617,256 0000000000000000000b5527cad5366c2f560a36f9b06f623854a8e44ffeb5ea 2,951 1.00/1.00 vMB 29
617,255 617,255 00000000000000000009a220fee3a266d39ad3249d30ac4c09bf7f12b633489d 3,302 1.00/1.00 vMB 39
617,254 617,254 0000000000000000000c6dce7e12decb0bb4b64683cfac812f5a2f69045a48ae 2,811 1.00/1.00 vMB 39
617,253 617,253 0000000000000000001055510a862c4b30ca1f7515511562ed4557463390ee64 1,420 1.00/1.00 vMB 12
617,252 617,252 00000000000000000010cdc316bac9e462c378ad80821709b1bb8ca1b3bbef93 937 1.00/1.00 vMB 13
617,251 617,251 0000000000000000000822f88e0deda24f0a3bd996678104043409fee0e8ae69 1,783 1.00/1.00 vMB 7
617,250 617,250 0000000000000000000c7f5a66f07a7362b784e384381e5055976586defc2d4c 2,631 1.00/1.00 vMB 7
617,249 617,249 00000000000000000008a22e33e554fc0c71a51760fef0c0af3beeb8f1760345 2,992 1.00/1.00 vMB 22
617,248 617,248 000000000000000000115481a2769c0d8a243210adb9e35eeafff2d9817c734e 1,664 1.00/1.00 vMB 10
617,247 617,247 000000000000000000021590842d0e4f57032b4d73aed4046c3efb349ef070f6 1,984 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.