Memory Pool Memory Pool Refreshing

1,452 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (897,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,412 11,412 0000000068f2cbe04b37f19e2b53d86cf0a3484798879c866189d3726122fbe2 0.00 MB 1 0
11,411 11,411 00000000ce14fe1ab4de7635c38f92d6c5ab57cd7720ae83c6533b72b231d398 0.00 MB 1 0
11,410 11,410 000000003ad09168a0d66db97108fa6a8985a4e9b38e04a8a9e5e54ed37e8f16 0.00 MB 1 0
11,409 11,409 00000000769baf35e398215a76db9e7fce06f389e1ec06f791104b11122d05c4 0.00 MB 1 0
11,408 11,408 000000000c159c03c39030710cf90dc1232f7e35ed918035337d6f10f5cf6edb 0.00 MB 3 0
11,407 11,407 00000000d5b1d573b40a26e440c47d12c94ef5a3389b5762ae78b43ad6324f66 0.00 MB 1 0
11,406 11,406 00000000ce29f4afd6c2df4966275bbacd337e6cbff021a106c215997e3b244e 0.00 MB 1 0
11,405 11,405 00000000644215320ba200c901d3adbd4e5482c08941ea61ce1155ceabdcd8c9 0.00 MB 1 0
11,404 11,404 000000006682b407a86278ecef8046c80fab9eeaf9835cc4665315a6d4e324c9 0.00 MB 1 0
11,403 11,403 000000007c0608c35f8c96301ec28e7a590d180c2c1e10ab9163530417236b12 0.00 MB 1 0
11,402 11,402 000000006f1fe871905b80aa41b194240b3ba1d8a9eec8f8004c88d3aacd6bd7 0.00 MB 1 0
11,401 11,401 00000000a47707fd279a58ed9a9790dc8ad872b7923d49662b17569d8d9e4a72 0.00 MB 1 0
11,400 11,400 0000000024c46e44075550da5ddb5964d56aad4ed929a9809e3364ad426fe181 0.00 MB 1 0
11,399 11,399 00000000011898f05ccc6fedca226c304f226620be46a6fe227b386eae3a1c15 0.00 MB 1 0
11,398 11,398 00000000ca46892c9520066092ccb617ef9d515a4d9908a42ef0aefea69c8572 0.00 MB 1 0
11,397 11,397 00000000ee1e31677bb3831d5d43a63a9e67a5d0e5ec7703ed9b9ae025e99d1c 0.00 MB 1 0
11,396 11,396 0000000030c700305cf3b6b32d50306bac7c3b17e313a42506a2225031641883 0.00 MB 1 0
11,395 11,395 0000000077fbb868f19efc11aecdf26898f31858f18175316be235d1a241d11d 0.00 MB 2 0
11,394 11,394 000000003a064efaf8cf22c9997486e901b4fe9bac2128c13cc36410bb3a3ce9 0.00 MB 1 0
11,393 11,393 00000000f2fb4a93cc379465b6cf26a3611b1976095e66ce3e8207ec98d2a5f1 0.00 MB 1 0
11,392 11,392 0000000053c770b6b9a70d481f881f0d895a1d164c883709c417ceb529972030 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.