Memory Pool Memory Pool Refreshing

1,323 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
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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (903,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
5,459 5,459 000000001dc7904677e1c04b1a9e4710cb6f13fef0b423ba5509e2fc4dfe33cf 0.00 MB 1 0
5,458 5,458 00000000c8ac383017017586e606e2778165bc452501a6e479d2649e4a1067e9 0.00 MB 1 0
5,457 5,457 0000000010a507c16fe49a0f1c49913a77e503574c7cfac13222362ee6ef4f8b 0.00 MB 1 0
5,456 5,456 00000000a41d7cd90863e72b25cb473115c90bdc839059c24d4b9418aeeb2238 0.00 MB 1 0
5,455 5,455 00000000c195cde16f3dbf9f7c65976e9225e500a92d285b052d027556253519 0.00 MB 1 0
5,454 5,454 000000002e4f27548475b3bd6dc3542ac929d369f453181bcdf0035b11cae813 0.00 MB 1 0
5,453 5,453 00000000bd6d764b38bc485d7fba1aeadbf2448958671e2580a44d45c731d023 0.00 MB 1 0
5,452 5,452 000000009c8ecb0f1e1cadf36f26d60d2d5399cd5cba41146e0b5cd2a5ab9730 0.00 MB 1 0
5,451 5,451 00000000e6b85123ef8a72c3001c72a9b003d858acca502f66c0fee3e3f4cccd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.