Loading Tool

Explorer IconExplorer

Memory Pool

43,161 transactions
30.89 vMB
0.08265735 BTC
Random Selection Loading Transactions
Max Size: 157.00/200 MB

Candidate Block

Mining Attempt f84f6bc7fd0ffebb30e6ac45e7533b8e836184b3f13f90a5c43c763a0b205d1e
Version 20000000
Previous Block 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c
Merkle Root f8b09ceb53ad6ee567d9cd1a7dba8626fff60ec0700fbfe951df9892ce322387
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,432
Size: 1.00 vMB
Total Fees: 0.02047265 BTC
Feerates: 100.53 > 2.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,446 (789,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,322 125,322 000000000000179234314b0861e3e53a190eb30a32dc7e20a1e18380bb7085af 47 0.01/1.00 vMB 288
125,321 125,321 00000000000018a0012a4992ee8492fdc3c56ea6f525a27f104d5b9fc800be3c 16 0.01/1.00 vMB 699
125,320 125,320 00000000000022dd4f494672ab3657068d5117a9b7a4b2e5b532a83e3e87f8b9 47 0.01/1.00 vMB 436
125,319 125,319 000000000000125b4f57f186ced0fc5363b988a4d449d466ec26041a96e94af9 31 0.01/1.00 vMB 360
125,318 125,318 0000000000003c19e9fea74fc2531bc1457c5bfc982fc734374e4c5d808cb32d 38 0.03/1.00 vMB 710
125,317 125,317 00000000000022c9bd1e45f24d2d625cf5705855951b17c14d7912953a20b98d 31 0.01/1.00 vMB 1,809
125,316 125,316 0000000000003d8678a5c4ddd2e442e18651c4fb78cbce3a6a459406f6e84c01 35 0.01/1.00 vMB 579
125,315 125,315 00000000000039a0bf5571964757a261800387112f2d4aa6d3ec979065fd3eef 1 0.00/1.00 vMB 0
125,314 125,314 0000000000001cfc6f31f3a4482943c65f134a4f40f9b641230e0a6071e80e4e 52 0.01/1.00 vMB 143
125,313 125,313 0000000000003a9f23132ca40724cd466752cdd8aa524a32c1ec09f3ff0f994e 1 0.00/1.00 vMB 0
125,312 125,312 00000000000036cac6fa663f8ca43abcf072d8fcedac47f4b62cb96573e74065 18 0.01/1.00 vMB 1,064
125,311 125,311 0000000000001a0d87f919f4274d2bcac321f4b2b8e83da8d89eaa1eaa7429c4 19 0.02/1.00 vMB 263
125,310 125,310 00000000000012680f157da51b958f7ba103929822d960ce1c72e3fe42188483 76 0.03/1.00 vMB 1,614
125,309 125,309 0000000000003018217cf1bcd24d771ed5c8bb0c5e2501e025d674ffae8a6eb4 6 0.00/1.00 vMB 3,243
125,308 125,308 000000000000294771eb1ef341cc4667027d36bfb0b11dda3783c28b77edf304 8 0.00/1.00 vMB 0
125,307 125,307 00000000000033fa179a111cdeb92df69a3b85ed724f0bd07c7d3a3d1fb335ca 4 0.00/1.00 vMB 2,070
125,306 125,306 00000000000001250b7d15a95583c21a85daa99b88b4a5471569fd387913d0d3 7 0.00/1.00 vMB 836
125,305 125,305 000000000000408bc71e2884898b979ee66d77478443d6b716c747731214dab0 16 0.01/1.00 vMB 1,354
125,304 125,304 00000000000042ff1f6704625675d18428e8191ad23bbe6b4291395f082baa96 26 0.01/1.00 vMB 1,418
125,303 125,303 0000000000003f5a18e85e0783388e22780ee526c806cb2ffb898f4d0c7ec9a2 39 0.02/1.00 vMB 515
125,302 125,302 000000000000200c45fae358eaec43540fc1b653d537c5696b96f71f592b19b4 8 0.00/1.00 vMB 3,167
Previous 10 blocks ↓
Total Size: 781.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 603.65 GB
    • Received: 10.51 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.