Loading Tool

Explorer IconExplorer

Memory Pool

89,230 transactions
33.68 vMB
0.14778255 BTC
Random Selection Loading Transactions
Max Size: 199.90/200 MB

Candidate Block

Mining Attempt 6374636cd1d6c389baff29b7ace8b8b9ee5d7f4a5753e3d31dc4ff74be00bc78
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 5f021705738e1f168d1bf3a562055de56bbd637836f19c6184a86c0bbae73cb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.06026389 BTC
Feerates: 469.97 > 6.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (419,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,033 495,033 000000000000000000566058fb66348518fd750ac8d19fe5a23603f8b70053b7 2,544 1.00/1.00 vMB 261
495,032 495,032 0000000000000000005b544c9512495ec48689b5ae0e4165e6ffd1b8eb3a0d15 1,239 1.00/1.00 vMB 57
495,031 495,031 000000000000000000b37d1192af1b34760e5c2b6412067ab0c93eb79df80632 1,692 1.00/1.00 vMB 117
495,030 495,030 000000000000000000c09e2dbee0d4f9a710105e4418c7b48bbaa23f5c62fec0 1,386 1.00/1.00 vMB 110
495,029 495,029 0000000000000000006671fcf8ffafb88b32a241530cf9acfedd5e0a2e746ce2 1,759 1.00/1.00 vMB 216
495,028 495,028 000000000000000000013962623d750f75e090b6fd29db47e2b4a10a98b93166 657 1.00/1.00 vMB 47
495,027 495,027 00000000000000000097148a5c728bd74518bb7741a7d77bb58c7b67dba23b37 1,433 1.00/1.00 vMB 86
495,026 495,026 0000000000000000001acfd9ef83b0df19a2c2e8eb67adc15403b15e713a1bbf 1,855 1.00/1.00 vMB 220
495,025 495,025 0000000000000000008e4e19cec6f6e8bd90a61764d417faea5304f5ec869eb2 956 1.00/1.00 vMB 28
495,024 495,024 0000000000000000005835a2fe1208fe7d676c92ec36d09bd49ddee2e75249a0 1,465 1.00/1.00 vMB 137
495,023 495,023 0000000000000000009435ecc5739fcad00d5a8020dda24d40937a97b8b5f424 1,317 1.00/1.00 vMB 38
495,022 495,022 000000000000000000711d3402633e6ed1a424e63fbaae46dbb3bd78d39de771 2,079 1.00/1.00 vMB 264
495,021 495,021 0000000000000000000de48c7e143c50f29ba14497c8111f984e400aab508cc1 917 1.00/1.00 vMB 80
495,020 495,020 00000000000000000025aa8f6af78fd8e43fcfdb5c9d98d370fab07d7edb85a6 923 1.00/1.00 vMB 69
495,019 495,019 0000000000000000008d82bcf62a530d65a9ab2233d5346e60c304b69f2355d8 767 1.00/1.00 vMB 84
495,018 495,018 0000000000000000005e5f3d3bc8d256da4e4f9a034781dbcf75c13e956f1459 551 1.00/1.00 vMB 39
495,017 495,017 000000000000000000074445eddaf78fd1a82bc4c3949e263ca0a70a0bc5f152 597 1.00/1.00 vMB 55
495,016 495,016 000000000000000000210da4ddddc4597d2aea8c6a839b8ab2984b4ca9124f66 889 1.00/1.00 vMB 90
495,015 495,015 000000000000000000cb34ebbae2e4353a600d2fc5af37a6313f87eaf8b60eee 756 1.00/1.00 vMB 53
495,014 495,014 00000000000000000002eef47d8ee2abe26c339615208b0c5541eaaa548dee4d 556 1.00/1.00 vMB 48
495,013 495,013 000000000000000000376a1d97a5fc49c60e31832b3c80f9b95d2558a09d249e 1,091 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.30 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: 658.11 GB
    • Received: 14.56 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.