Memory Pool Memory Pool Refreshing

9,269 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (23,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,443 884,443 00000000000000000000bb44ea61929f94df13be88c0b920396202f99550a597 1.63 MB 3,632 4
884,442 884,442 0000000000000000000177143066b297e75162d293c1b822c1f92a2259be5f88 1.58 MB 3,055 4
884,441 884,441 00000000000000000001e35ccee1b703cc63b38af65db7e97ce656b42e425ad8 1.63 MB 3,658 7
884,440 884,440 000000000000000000009a4e2a7f64b819d2f3e5ce762fb1e139969f72f4497f 1.59 MB 3,431 11
884,439 884,439 0000000000000000000183d45ca96ef17cbc6d25c525016149ba25cefcaca871 1.76 MB 4,267 2
884,438 884,438 000000000000000000026198ae289a81483ef9dd66ead211db6f317695fd852b 1.73 MB 3,588 2
884,437 884,437 000000000000000000023fa732169208b34148c515b487d60d8ea0259173bee2 1.74 MB 4,552 4
884,436 884,436 000000000000000000000729477adf613feaad1c67acfa07cf8f8bd78dc081ac 1.87 MB 4,985 2
884,435 884,435 000000000000000000009bbe8141906b381711bdedd3cc0c68a5fddcb63adb46 1.69 MB 4,114 4
884,434 884,434 0000000000000000000208b93cddfcc27cf472654d5e69596c40dcc493c65655 1.79 MB 4,574 3
884,433 884,433 00000000000000000001d2d891243c33a3da1e8765777d0d9b3fd638c035a107 1.79 MB 4,871 2
884,432 884,432 000000000000000000015aeff3c5121c6ff34482474c8d373665bc8d33a20de8 1.58 MB 3,089 5
884,431 884,431 000000000000000000013366afa5e3daf5ff68b97a0621d2ddee9a58ab8090a9 1.79 MB 4,329 2
884,430 884,430 00000000000000000000593d92513e96257fff0898450d55d82171f195a2c568 1.60 MB 3,080 3
884,429 884,429 00000000000000000000a6808ae98d14a3cdaf498262fd639cda78766eef770c 1.69 MB 4,360 4
884,428 884,428 00000000000000000000d0b4edfdedf767a8c31df565933c0a40dd66a441c299 1.78 MB 3,310 4
884,427 884,427 00000000000000000001c253699dd09ffb699a1f2a88b6e00bc50033db1d2212 1.73 MB 4,045 2
884,426 884,426 000000000000000000022417f6e8c433c2513bec36171b0a2c28802f7cd8baf4 1.50 MB 2,917 5
884,425 884,425 000000000000000000006d7ee5f0b73464c6b706f441ffe7da30696c49a9096a 1.72 MB 3,965 2
884,424 884,424 00000000000000000000e08cba3d05906d58e810cce6fbad62aa87f8ae4436d2 1.97 MB 5,024 2
884,423 884,423 00000000000000000000ff423a5e8c707e8ec4fae4660a70cd49c5dfc301629d 2.16 MB 4,096 1
Previous 10 blocks ↓
Total Size: 768.98 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,616.45 GB sent, 92.72 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.