Memory Pool Memory Pool Refreshing

502 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (903,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,480 5,480 00000000cf6889141ad6ef8cf20a7e13f96facf26ae0c23bcdb182c497598f7a 0.00 MB 1 0
5,479 5,479 00000000cc6ddabd562993839c89fd9d89b4f43191ba6a03c9b8aa997eef6009 0.00 MB 1 0
5,478 5,478 00000000e6e8e61bfcf9702db23056966c62536890ad0b4bba6864ad915efa5d 0.00 MB 1 0
5,477 5,477 0000000054c9c7fa5bde77cf1eb5b0bc398a5de9ab2886838564f1be68ce26e7 0.00 MB 1 0
5,476 5,476 000000004a00af1c6e98a43a9e0d46d21cd5cbbf352ba4fa7b78ddbcc8dfed17 0.00 MB 1 0
5,475 5,475 00000000a41f3c1b8bb414b1ec6718c9e9bc07db18310f38055be0ccfd6c45f8 0.00 MB 1 0
5,474 5,474 00000000b2adbec7d75aced42b174f6cb2bc92483e5eeb895ff526c79bc9af49 0.00 MB 1 0
5,473 5,473 0000000070da89af371ca6cc199981e32dbb3ecff3e887a15f6c228428352101 0.00 MB 1 0
5,472 5,472 000000009fe858ee32bb0b9f98507080ae5938a41769b425e37d0038c4f412f8 0.00 MB 1 0
5,471 5,471 00000000cd67e465a7dc7d6a61165a5920364fb1b4a4219fe9eb7762852ac2de 0.00 MB 1 0
5,470 5,470 0000000012edd696c437386ce5b18705914c083f1633720b390f43bf2235c7ff 0.00 MB 1 0
5,469 5,469 00000000d9c06cf8f96a597f3d9214fabe22a19435b57938a782beba0d450607 0.00 MB 1 0
5,468 5,468 000000008219711a4f531cc7a78ab595958e5095e3343bcd4549bb406db1aa8e 0.00 MB 1 0
5,467 5,467 000000005c95d7229440d56d6717f7f242b1907ce683fa4b384f1248fe4dc55f 0.00 MB 1 0
5,466 5,466 00000000662ed3796d99b20390e3ab727e98b5cd80fb1a0de5a0bf7aee21fce1 0.00 MB 1 0
5,465 5,465 00000000560ceccc52574155994fbafcc8373b21ea7c85206e0aa4929c4a8eb4 0.00 MB 1 0
5,464 5,464 0000000084dee9803e97cda23967daabecbdb7b1499ede59facdffcb1c263c98 0.00 MB 1 0
5,463 5,463 000000008217fe661c8fa1fe90e78b6f578d274169e4ec2b1a38ab56d4341566 0.00 MB 1 0
5,462 5,462 00000000b74544f44585efbcf42f3bb6dd8d6d5170c7841a18a982f693e7675a 0.00 MB 1 0
5,461 5,461 00000000a7f6f51893720282ff254abe456f3139e2bb149d9475f25581b6a43a 0.00 MB 1 0
5,460 5,460 00000000855aa5eac1e017604d138bceb58ade1f0087aa20e6bfcb7500c35c61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.