Memory Pool Memory Pool Refreshing

3,088 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (764,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,439 143,439 000000000000022f3eb69245cfa3e52d91b8d0491c55168dd9e723da3a593a2d 0.05 MB 135 41
143,438 143,438 000000000000087737a3c925c286a2bd2979c2ccb8ac616c3ab9e371c5ad9bee 0.01 MB 25 309
143,437 143,437 000000000000046dbb7620963ab9082cda06ce65e1c3a639c811cf8497c54005 0.00 MB 8 76
143,436 143,436 0000000000000494caf63b0473cff432830c2285bd7da592742befb49e0500b6 0.02 MB 26 367
143,435 143,435 0000000000000375f25e0cc5eb41792d389e0670e0f28f6de8738b8bb01bbb24 0.02 MB 60 111
143,434 143,434 0000000000000908b0ed680606e67ab1c908a88c3eb442062aabe01dd20351ed 0.03 MB 50 56
143,433 143,433 00000000000004ef19541e63cc45b5845baacec1b692c73fed07b27debd8c4fb 0.01 MB 19 133
143,432 143,432 00000000000000f0e9f26e05d1685e2f2e3f95b1e0bd0907af4fd4589da8d4fe 0.05 MB 163 66
143,431 143,431 00000000000008a48bd0a7f0eb54dc41d6594c0f7cf79a7b578cb1d24d946021 0.04 MB 92 161
143,430 143,430 0000000000000703f95af4fe048ac86afc39b936a8807ba2d7bccc95eadbbff6 0.05 MB 137 174
143,429 143,429 0000000000000940cc4b3a766e2d0058860b1e3f92f6c7320621241395355003 0.05 MB 139 42
143,428 143,428 00000000000006eb7179123a99ac04be1ef302c163f0da66f8507a4c86f6f7ee 0.00 MB 8 860
143,427 143,427 00000000000005e9e23bef79231b131bf9bb87d6b5fd77e79f47815cb9e46acd 0.00 MB 9 93
143,426 143,426 000000000000095673e8836c33e5fe321783807e54b6a661fc9870eb32883e1e 0.00 MB 15 10
143,425 143,425 00000000000002cbc919c3353bb6882db4ebaf629293b712a1201f3833d55c31 0.03 MB 24 124
143,424 143,424 00000000000000e24538ecdd8e3bba417ef033f7fd0074a8e5e0041433462273 0.01 MB 24 100
143,423 143,423 00000000000004c6330fc1e5cd73c0bacbf1378fee3d0bf8a8e45dfb1a70481e 0.01 MB 22 68
143,422 143,422 0000000000000717b712fc267af36d9f10d3cec1ecc0d0a3fd12fcd66041b304 0.04 MB 128 90
143,421 143,421 00000000000002882294475fbf4082b5b144d28836d83f8c46bcaa9dd2528273 0.03 MB 38 237
143,420 143,420 00000000000004a922f8489ef9854a337118ea9683eb4d1d1f836b1f5d25be60 0.01 MB 11 12
143,419 143,419 00000000000002b6965a82d8b25dbc378a8d51f4c7957e8d23a5058b29d56068 0.02 MB 45 160
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.