Memory Pool Memory Pool Refreshing

6,881 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,257 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (47,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,374 860,374 00000000000000000001ba88b38c3789a70e29e09f6af679e6fc3ca5159cb0f5 1.68 MB 7,036 2
860,373 860,373 000000000000000000002b061b6ddc047276f93e170d25bdd31c1fae71d586f7 1.65 MB 7,922 2
860,372 860,372 0000000000000000000031390e84419cac53a7a452d0d702e505a4470660f4e8 1.67 MB 4,032 4
860,371 860,371 0000000000000000000263bb020ccf3e1e2c36a93b22ed4e0f251c9805e373b7 1.66 MB 7,366 2
860,370 860,370 00000000000000000001c9368a4f357d918a6c7f89cf4091bc8b7f9bf78089ba 1.61 MB 4,952 3
860,369 860,369 000000000000000000017c7212793df9ce8d61b69e595eae50b8dffeb9d9dd78 1.59 MB 5,429 4
860,368 860,368 00000000000000000001367d8042bfb524d640fbc1c973ab62cb23047e9f61b9 1.66 MB 6,755 2
860,367 860,367 00000000000000000000c6667fe6b9c7a46df7ff78732969d0d446dad67a98de 1.61 MB 6,365 3
860,366 860,366 0000000000000000000245e50b4ef1861f5ae2d82c3fd95f918a72cfecf5182f 1.84 MB 4,711 3
860,365 860,365 00000000000000000000544ec3f7c14e1cfeaeff3be5b092bb73398c388ab83d 1.63 MB 5,263 3
860,364 860,364 0000000000000000000145449573e943b454218b2af081d1a8d86a5d55a9b0da 1.70 MB 4,173 4
860,363 860,363 00000000000000000002141eb1bf76eee4834d75ced299ae20a5485a97a05143 1.79 MB 4,590 3
860,362 860,362 000000000000000000021442e0200d4b7366f9aa383f77eb48ffd4a5011de6e7 1.37 MB 1,985 4
860,361 860,361 0000000000000000000123001f412182d7eeae097df0674fc25de35e14dc2b97 1.58 MB 4,251 4
860,360 860,360 000000000000000000030792d836719917c395cb785e2daf9989a898b6c86af1 1.80 MB 3,261 3
860,359 860,359 00000000000000000000eb69174d2c4d36c2d84c901330bace07857744e5f648 1.84 MB 4,137 3
860,358 860,358 00000000000000000001f1da9c0fe2095db3853336c5092ec07b443bf1ad42a0 1.95 MB 2,544 2
860,357 860,357 0000000000000000000160a1cd23cb264b6d91f43cd40da59601b2d1b2c088b2 1.69 MB 6,416 3
860,356 860,356 00000000000000000002b703213e48b33bf47dd29d979c88f6a7945b45627d48 1.90 MB 3,703 2
860,355 860,355 000000000000000000007dcfee3c13204cc110baeebb57187d8fb69b18f291d2 1.71 MB 5,062 4
860,354 860,354 000000000000000000008df83a9743483a8ac4751d91ba80501124518f94ea3a 1.84 MB 4,780 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.