Memory Pool Memory Pool Refreshing

5,245 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (759,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,436 148,436 00000000000006c43a625f36b238c2b3b56a342f34af02892b5a38e9815dc69f 0.02 MB 60 193
148,435 148,435 00000000000005401231ce199a5ba485db1ebd5f4d56ea390291872349c752bf 0.00 MB 13 330
148,434 148,434 0000000000000474ce77f83e8acd371c5ade02013ee90f243ced3a739d8ddec5 0.01 MB 22 147
148,433 148,433 000000000000002df820b0837447d894e442bfc995e13b4eb90aea49ad9b5a37 0.02 MB 29 31
148,432 148,432 00000000000004814a63a1d2c5f54f9e5b0ea53d6543a1ee318f04188b769ca4 0.03 MB 80 18
148,431 148,431 00000000000000c012c22285ce318f1d46dd320c04ff3ff35b941aa4047130b0 0.01 MB 31 12
148,430 148,430 000000000000089587d9bccdaab05fe51d48e583ea623eadad8d32ddf536552e 0.04 MB 55 528
148,429 148,429 000000000000069e889c3ad60c80f4a51126f465ba66d24e3492f081dc0a6d6f 0.01 MB 21 136
148,428 148,428 0000000000000134a31b79772c39489a4daa5852c37e409b6d7cc88babd32b2a 0.01 MB 38 250
148,427 148,427 00000000000001172290e0a41d861ee5a44340f6f03c4618159c3d8baaa43cb2 0.00 MB 13 115
148,426 148,426 0000000000000980e8b4dcc230a8a0269a34f0ec3238d04aceefaf064d1f5d57 0.03 MB 101 160
148,425 148,425 0000000000000416f7596382a8ead9f35457790cc0c962a8d63bd450549b79b0 0.02 MB 45 59
148,424 148,424 000000000000092b9a03c4892a687d1d057831e5854ce41580accf5079e78173 0.01 MB 39 233
148,423 148,423 00000000000008cbf437d23767c4355a24f0c2980fdbf36b142753a8cf9fbe64 0.02 MB 57 12
148,422 148,422 00000000000005004440cd0ad904740daa0be046feed9fd92d55af14b3b98574 0.02 MB 48 173
148,421 148,421 000000000000079f73bcb40ca14f1caf956dd8e6e34e569f5ea173d430c0f332 0.02 MB 53 32
148,420 148,420 0000000000000498ddfed2caffc134f02a92bdaad5dc2abe035c1f113cc08e70 0.00 MB 3 56
148,419 148,419 00000000000008dde268f6c7c9fa2145186d72a02fa568c5cae4e3c0a8024930 0.00 MB 1 0
148,418 148,418 00000000000004af912a82006bb748804a2fe9fc745bdebe0a1b9f6526e23077 0.00 MB 2 0
148,417 148,417 00000000000007c7b2a4c0959146a9b2ea063a11f8d8ecc7ffd097cfcc237ecb 0.00 MB 5 31
148,416 148,416 00000000000000eb0103745e6deac96bb75a29d5040852ba373e04b6db6aeba9 0.01 MB 33 31
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.21 GB sent, 94.20 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.