Memory Pool Memory Pool Refreshing

1,378 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (610,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,435 297,435 00000000000000009537376c80da7d34bf4593ade5d1dcb2da837f2ff66190d9 0.34 MB 672 40
297,434 297,434 0000000000000000886cf64b47e985afc61366553edd3ce09ea7166afd59bb23 0.06 MB 122 37
297,433 297,433 000000000000000086e5a51d35e76f1f33d8b1b7f7ba309c43774d093a0b0638 0.35 MB 549 20
297,432 297,432 0000000000000000347538c8dea342f167c420d19b83aaed11e713103ecb63aa 0.22 MB 512 50
297,431 297,431 0000000000000000428c81961059db0a1ae5bd4824c4250cfc89f8d469b12654 0.05 MB 104 30
297,430 297,430 000000000000000054981734ff5f21a745e4ddbd322c18649e1ceb71dc6394a6 0.08 MB 123 35
297,429 297,429 00000000000000004bdd3661965d0313e4c21fe3b23e977e80198d0de46287ef 0.03 MB 29 18
297,428 297,428 0000000000000000953474be63d19122e684c7adfeebacbf6783babfabacaf77 0.10 MB 69 20
297,427 297,427 0000000000000000645111e35605eb6b681e3a7612d8b8e009418c3b99b2f2df 0.06 MB 132 31
297,426 297,426 00000000000000007f01fd28af9a4c8c11f6ba097a3597d748ef0bebe8bb17ed 0.01 MB 16 58
297,425 297,425 000000000000000075c969ca8c6088cbb5780953c2d58c57dd37c0c1f62ed029 0.35 MB 607 40
297,424 297,424 0000000000000000648b3aa71ccf06c9a04100f852487f6c52dd869be126777b 0.06 MB 93 25
297,423 297,423 000000000000000054bb32394c6d10c45bc3f1e9c31e4089c56487c24b7f4c3e 0.00 MB 8 20
297,422 297,422 00000000000000006d419a3cd636470f484a09b61da6b215e45242d1c0fdaa05 0.02 MB 35 26
297,421 297,421 000000000000000010def07de1419b810e06e27753d80df2633ed8525367b6d8 0.25 MB 464 47
297,420 297,420 00000000000000008bbab5c5e80e513793d550fcd4631a0257c7d188236afcdb 0.48 MB 419 22
297,419 297,419 00000000000000006ab6332c1fd37bbc83253a4b383f7e14c5df97a52cb105a4 0.10 MB 128 27
297,418 297,418 00000000000000005c8b7d03de90bf86f48afeb0981844ba1594750dcfc34c36 0.07 MB 115 27
297,417 297,417 000000000000000063df515547182d81409ea26217ab4a060942fbbaadf47b61 0.53 MB 662 20
297,416 297,416 000000000000000042071debc9bee74dc0a4c6e5ff33c3250cdebc6292994992 0.25 MB 629 29
297,415 297,415 00000000000000002a136bb5ec3646587520029548c7b1ce465d1a06c23d4150 0.33 MB 1,024 52
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.