Loading Tool

Explorer IconExplorer

Memory Pool

81,367 transactions
29.88 vMB
0.13429687 BTC
Random Selection Loading Transactions
Max Size: 180.89/200 MB

Candidate Block

Mining Attempt 5507978307b87e880c64259bca55bdc0a7bb5ae64cf1fe9762a00c782b253929
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root ff57e61c969547b601f3c915b46b18731254e6bbe601caf7bd65da39a1d48615
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.06838675 BTC
Feerates: 213.90 > 6.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (546,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,472 368,472 000000000000000001dc540fad88d2cd988c145c795c225ed72ff666311aa70e 2,300 0.95/1.00 vMB 56
368,471 368,471 00000000000000000ac9d0fb6e379c689220f647264d661307b8703d897fcc2e 1 0.00/1.00 vMB 0
368,470 368,470 000000000000000011e5c321d7eec6bc4e8dfa435f391b6bd49953986688d167 1,503 1.00/1.00 vMB 38
368,469 368,469 00000000000000000feb9bff7127e03b355d0a501f4459e15d802baed0d5d7a2 2,049 0.93/1.00 vMB 44
368,468 368,468 000000000000000002cb2662150a75968e568a0f03038ef04025eb76a3c00eba 1,722 1.00/1.00 vMB 26
368,467 368,467 00000000000000000a7a3bfb712f1d56415b0b836a4bf59d2f8b626c5a388d2e 938 0.95/1.00 vMB 28
368,466 368,466 00000000000000000b4b0053b0be71e295547c2716b2aa3f7551aab5c235bf48 1 0.00/1.00 vMB 0
368,465 368,465 000000000000000010114074620a57ba178e861a1094e866122431a3b845da57 628 0.93/1.00 vMB 21
368,464 368,464 00000000000000000816097c4958c258d50c06453c3edcbac850d293c4e4ea2c 423 0.85/1.00 vMB 18
368,463 368,463 00000000000000000225a63f8b21735c51a27dc09e6484eedb2fa4ce17adbfb2 1,296 0.93/1.00 vMB 34
368,462 368,462 00000000000000000329db26c0bdb0885dfeaff88b7ca0ecac803ac8038a3166 675 0.75/1.00 vMB 25
368,461 368,461 00000000000000000cf6723f7e0b036c723f54cdb8de4c62cbd3cdeb1611e74b 1,065 1.00/1.00 vMB 29
368,460 368,460 000000000000000003220d34b3f8cac7ff505cecee97aa8b55b114783748c4a0 1,234 0.75/1.00 vMB 53
368,459 368,459 00000000000000000edc686ccef9ea641d38096146f93d4b3dda666a23793dc4 1 0.00/1.00 vMB 0
368,458 368,458 0000000000000000074599c4d1d8b5710f5bf11b851cdfbd68f00f40a03d3b0e 933 0.95/1.00 vMB 34
368,457 368,457 00000000000000000dcb5cac54f4a9ea780924f277b420c19b605f8e6781abfa 1,166 1.00/1.00 vMB 27
368,456 368,456 00000000000000000940f2a9fd6a5a43810938134b694ec40d2b0c0551c945be 1,184 1.00/1.00 vMB 32
368,455 368,455 00000000000000000489cf4f6f4ef810d0cdcdf3a0f3199c14de03fd3d4cfcbb 605 0.87/1.00 vMB 29
368,454 368,454 00000000000000000e3f6fb69683f7b37687dddb970961930e63c1108492dc6d 2,287 0.95/1.00 vMB 64
368,453 368,453 00000000000000000bae79f74c2f21046a1d8708dfef18c4427686b7d1647702 562 0.93/1.00 vMB 21
368,452 368,452 000000000000000005e19473c7453317b5b55bb13ce8a8f38220099895a4928c 871 0.93/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.58 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: 671.33 GB
    • Received: 15.91 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.