Loading Tool

Explorer IconExplorer

Memory Pool

53,928 transactions
31.96 vMB
0.14037688 BTC
Random Selection Loading Transactions
Max Size: 170.57/200 MB

Candidate Block

Mining Attempt eaae7ae68a67fb6b25a1e07b3692d447bb0b6f0cc292f0f3f3b8dc80dcdb9ad4
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 1f44c4aa0369e1543ae5975c25ece2c22a2afcd0dc3c94a9b39ab59074f690ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.04241456 BTC
Feerates: 104.17 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (526,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,481 388,481 00000000000000000540ddba5f5035fd4ef39e6f918bb28ac0c84c48fee0bb71 1,731 0.85/1.00 vMB 35
388,480 388,480 00000000000000000c0eea98d84f1bb75c3247fcc03c2d5ce0bcd86ad584c7b8 1,943 0.95/1.00 vMB 32
388,479 388,479 00000000000000000a80ee0217e72a6ae0c2388b5c41e8fa457e72dd97505210 1,109 0.65/1.00 vMB 27
388,478 388,478 00000000000000000507bd3ddabfe6f8cff557257aed4ba4d939825956aa31e5 1,608 1.00/1.00 vMB 56
388,477 388,477 00000000000000000832dd98394ffe18e3f73379f9c33b9c840c02bfd375463c 1,387 0.75/1.00 vMB 34
388,476 388,476 00000000000000000d98383e1b03913e8575c7a4601ba96066ad5ab5e1c43867 2,182 0.75/1.00 vMB 54
388,475 388,475 0000000000000000046853c64220c0d3ec6df219d4d20e7af10cda2ceb005e57 1,741 1.00/1.00 vMB 31
388,474 388,474 00000000000000000acbaeb27624cfeab016baf0a3c061da819e209e9f20c1e6 1,365 0.71/1.00 vMB 34
388,473 388,473 000000000000000008c6dc38db99baddee7d09d7c60b65858f1fdfeb6f6e3b43 921 0.34/1.00 vMB 44
388,472 388,472 00000000000000000665cf2e658f5c5a776a8ccfeea62227f14f427d513c3d4f 147 0.05/1.00 vMB 37
388,471 388,471 00000000000000000af031c09f5601b71eae1fb3e43777c8eb2c07dbde8f9a73 1,617 0.62/1.00 vMB 37
388,470 388,470 00000000000000000a29591b6b73054700cdaa7327eedcbf21281f5d12757b73 635 0.73/1.00 vMB 15
388,469 388,469 00000000000000000780b2f83d4ebb0aa35fb3894a1d56e3dd059184d71b0be9 1,275 0.93/1.00 vMB 24
388,468 388,468 000000000000000005f61c6fe4090213aa9a43078038674485b19841fa60bf08 1,295 0.43/1.00 vMB 46
388,467 388,467 0000000000000000068fd082119bc9eb9683cf7ae11f0c1b91a0f47f0f4b85da 2 0.00/1.00 vMB 0
388,466 388,466 000000000000000002906762ff172441bc3ed43dcac55c346c70afee58bbeaf3 1,863 1.00/1.00 vMB 31
388,465 388,465 000000000000000001d02322ea2e8d5f0f0bf1a4c514662f45f9b3470714683c 1,619 1.00/1.00 vMB 30
388,464 388,464 00000000000000000b020c36217e157618b4063e7e5951838ac8c536ff4c440e 1,834 0.75/1.00 vMB 57
388,463 388,463 000000000000000001edf3adf719dfc1263661d2c4b0ed779d004a2cbb7cca32 2,014 0.75/1.00 vMB 53
388,462 388,462 0000000000000000018d4f92df64d0bd206efe54c35ab2ef05ac5745d04b2ef3 254 0.11/1.00 vMB 43
388,461 388,461 000000000000000003da9160e08f2e507a8949e52af90302287dc34c56642b4b 433 0.20/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.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.