Loading Tool

Explorer IconExplorer

Memory Pool

33,328 transactions
25.11 vMB
0.05014143 BTC
Random Selection Loading Transactions
Max Size: 127.39/200 MB

Candidate Block

Mining Attempt 6f339837ea0ba34f46189ef57e9492f72d56fa0b01f6eb21a68dedf4166e216a
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 5dd79b84871c7e577421903775d638e0e252b6b5e0d8b19988d95ec9ab6523af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,625
Size: 1.00 vMB
Total Fees: 0.00493884 BTC
Feerates: 40.21 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (525,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,512 389,512 000000000000000004579be88ee21c2d3ac0306359ef9e3f18db8b55ac3a1524 2,906 1.00/1.00 vMB 63
389,511 389,511 0000000000000000035a8931561c06c673baed37bebdaec00ca2cf5c12d81020 1,447 0.75/1.00 vMB 25
389,510 389,510 000000000000000006113462a319f54d3c293444cd9ebe61ad1c219776580eb3 1,859 0.75/1.00 vMB 39
389,509 389,509 000000000000000003bf153d752ebd372e2e8a65a14cf4bdd437c9d24a9297c5 2,893 0.95/1.00 vMB 82
389,508 389,508 0000000000000000095d46469e34c6f902a408d3be24287aac1283ab1914310b 2,154 0.95/1.00 vMB 41
389,507 389,507 0000000000000000045dc0145e8269ac544fdea491a027176b02d38027ce6583 2,271 0.95/1.00 vMB 34
389,506 389,506 000000000000000006aa8f4292962a19901a50e931df48e34e7e6f77e1a93ef7 2,473 0.75/1.00 vMB 58
389,505 389,505 00000000000000000048ab61645a30e85d43923e622054d995a6005c7efb5c5f 1,348 0.57/1.00 vMB 42
389,504 389,504 0000000000000000007c4ed0caf69cb0d96fe24c293636c9319f583e55898da3 1,256 1.00/1.00 vMB 19
389,503 389,503 000000000000000002cbb82141e68beb7f7bbd7a3b22a5ba75f7ba56175354b1 582 0.59/1.00 vMB 19
389,502 389,502 0000000000000000010f826ecd0e393e9d98c73d4047d8fb0d97d1b1d2de8e5f 1,366 0.75/1.00 vMB 28
389,501 389,501 000000000000000006950c0d8fa2c0c1c1ad201345cb1483d27ae150585eb5fd 2,097 0.75/1.00 vMB 60
389,500 389,500 0000000000000000006166e421051bd1ccc2bf3b80ebd2ed20c71a2eecc10633 832 0.75/1.00 vMB 20
389,499 389,499 000000000000000005242cff9cd0a9cc5f29e938ba5a9fb04f4f21d85a1587bd 62 0.03/1.00 vMB 37
389,498 389,498 000000000000000001638b11b87e185155ebc49d84115ffe8f7f576363a4dd8e 1,258 0.89/1.00 vMB 20
389,497 389,497 0000000000000000067c446fcb1f93ab63de44e395bff9eb068b69d6196473d5 22 0.05/1.00 vMB 4
389,496 389,496 00000000000000000499e5e4b374dc144a3121b3bedd03f3c346d29491847117 477 0.19/1.00 vMB 43
389,495 389,495 0000000000000000032a020eefcef4dfd61e0c72eddb860dd6b3ca95c90941e3 1,116 0.61/1.00 vMB 32
389,494 389,494 000000000000000007899950d9a45fa988a89887cc0730f54e2dca136bda183b 732 0.37/1.00 vMB 30
389,493 389,493 0000000000000000026dca5c8735a24b24aa3c3d177fb5e72fbe0605a460706b 1,670 0.82/1.00 vMB 35
389,492 389,492 00000000000000000739a0a0eed60b846c97cf2f5a16463a654b2b319b4f5eb9 534 0.38/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.