Loading Tool

Explorer IconExplorer

Memory Pool

37,189 transactions
19.21 vMB
0.07718053 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.03/200 MB

Candidate Block

Mining Attempt 94bcd10a79b536148db01063cfcae63ce2b339280f1d45f77313fe9e571a1d20
Version 20000000
Previous Block 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607
Merkle Root 6415ae7aee79c54f4b19140214bbfdb8797b427f86a335977e60feb988067e49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 0.99798175 1.00 vMB
Total Fees: 0.03993430 BTC
Feerates: 179.53 > 4.00 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,882 (765,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,442 148,442 0000000000000684844f9b5542bd94d383d861800dcc936a274a7cb81182c20f 114 0.05/1.00 vMB 237
148,441 148,441 00000000000004716ef36df7beb52a2d68419b2361b4bb04e1f3ff7d097f2b9d 174 0.05/1.00 vMB 9
148,440 148,440 00000000000007996d785d8b6084c4689f3006b49674cbff6c420675d38d6388 38 0.01/1.00 vMB 181
148,439 148,439 000000000000068004f6d6367c93770f9357f31a4b43740d73d694999f1d6e58 107 0.05/1.00 vMB 585
148,438 148,438 00000000000005b035eb20a46a407e0e7a9add73a412d79fec4880913de06c5a 30 0.01/1.00 vMB 96
148,437 148,437 000000000000032d4f8f9d8c03b182c753743a98268fbaa112655922be872b7a 9 0.01/1.00 vMB 15
148,436 148,436 00000000000006c43a625f36b238c2b3b56a342f34af02892b5a38e9815dc69f 60 0.02/1.00 vMB 193
148,435 148,435 00000000000005401231ce199a5ba485db1ebd5f4d56ea390291872349c752bf 13 0.00/1.00 vMB 330
148,434 148,434 0000000000000474ce77f83e8acd371c5ade02013ee90f243ced3a739d8ddec5 22 0.01/1.00 vMB 147
148,433 148,433 000000000000002df820b0837447d894e442bfc995e13b4eb90aea49ad9b5a37 29 0.02/1.00 vMB 31
148,432 148,432 00000000000004814a63a1d2c5f54f9e5b0ea53d6543a1ee318f04188b769ca4 80 0.03/1.00 vMB 18
148,431 148,431 00000000000000c012c22285ce318f1d46dd320c04ff3ff35b941aa4047130b0 31 0.01/1.00 vMB 12
148,430 148,430 000000000000089587d9bccdaab05fe51d48e583ea623eadad8d32ddf536552e 55 0.04/1.00 vMB 528
148,429 148,429 000000000000069e889c3ad60c80f4a51126f465ba66d24e3492f081dc0a6d6f 21 0.01/1.00 vMB 136
148,428 148,428 0000000000000134a31b79772c39489a4daa5852c37e409b6d7cc88babd32b2a 38 0.01/1.00 vMB 250
148,427 148,427 00000000000001172290e0a41d861ee5a44340f6f03c4618159c3d8baaa43cb2 13 0.00/1.00 vMB 115
148,426 148,426 0000000000000980e8b4dcc230a8a0269a34f0ec3238d04aceefaf064d1f5d57 101 0.03/1.00 vMB 160
148,425 148,425 0000000000000416f7596382a8ead9f35457790cc0c962a8d63bd450549b79b0 45 0.02/1.00 vMB 59
148,424 148,424 000000000000092b9a03c4892a687d1d057831e5854ce41580accf5079e78173 39 0.01/1.00 vMB 233
148,423 148,423 00000000000008cbf437d23767c4355a24f0c2980fdbf36b142753a8cf9fbe64 57 0.02/1.00 vMB 12
148,422 148,422 00000000000005004440cd0ad904740daa0be046feed9fd92d55af14b3b98574 48 0.02/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 780.40 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: 525.23 GB
    • Received: 5.17 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.