Memory Pool Memory Pool Refreshing

14,021 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,303 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (38,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,405 869,405 000000000000000000020300c38517b776c15d2c1c38a28eb8f81e7e7f512ce3 1.84 MB 3,018 4
869,404 869,404 000000000000000000025f8f185ff4bb3879cc3455c965687947a2963e55fe7e 1.54 MB 2,724 4
869,403 869,403 00000000000000000001662d3631bd11c28af7e3eba5a325fc3dd342ab783191 1.65 MB 2,491 5
869,402 869,402 000000000000000000006850231843f94f9158b3055c8d0577cdea9c1249bb57 1.69 MB 3,141 7
869,401 869,401 000000000000000000027795952014e57d98590613e0dbbfad37ed802ee533d7 1.88 MB 2,303 2
869,400 869,400 0000000000000000000184ca957f6f8e657a367992ea0fc63f6bbca335063e49 1.87 MB 2,982 1
869,399 869,399 0000000000000000000190a4e9581a637b8c7cf67529eabdb224090816a2ce5d 1.77 MB 1,005 3
869,398 869,398 00000000000000000001a6b3950e7446b293750d76a693baa38c837be5bc0ee4 1.53 MB 2,988 4
869,397 869,397 00000000000000000002b4817f006e28ffafc185d5b60c3b10fea933ed78be1c 2.10 MB 1,151 1
869,396 869,396 000000000000000000013a1f383ef52568a2889a32182155e1cb55b504f68210 1.78 MB 5,554 2
869,395 869,395 000000000000000000019fc5e290fb752461ca5f7a576527f5d40cb91c7d7344 1.84 MB 2,359 3
869,394 869,394 00000000000000000002ad253dda51b1d99ad7504cbced1ae962482efbd3a204 1.72 MB 2,209 3
869,393 869,393 000000000000000000008e0c9e35799e8a06820fc3ff8b3890e5da550b54ae8f 2.21 MB 710 4
869,392 869,392 00000000000000000000363744dddd5cb4f4c4096eb02bd2308eb1e8a647ed3c 1.88 MB 2,616 6
869,391 869,391 000000000000000000009b832dfd31503d778791b46a226bb2db4c63f84eb215 2.00 MB 1,797 4
869,390 869,390 00000000000000000000b430bafaa69f167cef3f62291851eb9a5a0a25094d18 1.53 MB 2,932 10
869,389 869,389 0000000000000000000033243585262a411b6eb3b4785a0ea41839a5cab18824 1.98 MB 1,094 1
869,388 869,388 00000000000000000002b1863af7452eafd2500e62e68d401395d11646650de3 1.54 MB 3,043 5
869,387 869,387 00000000000000000001093ab2825142a0ef374032b8812fae33e20a3ba5866a 1.58 MB 2,697 3
869,386 869,386 00000000000000000002a07f74f6d29fe716e5f6e9e9140467ddc5a93b073999 1.59 MB 2,639 4
869,385 869,385 00000000000000000001e3f82113c38a6b4c9f4cbf419cc2869c1316aaf33ec3 1.74 MB 3,035 3
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.