Memory Pool Memory Pool Refreshing

2,762 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (14,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,446 893,446 0000000000000000000049eb88af76525ad731f71493d20cd0149405948c2aa4 1.68 MB 3,862 2
893,445 893,445 000000000000000000005ac042e9114d4f38bfa8be47c323823d4ba20a3be11d 1.58 MB 4,313 4
893,444 893,444 00000000000000000000a992af09dfa4402e4772a61ea131d89039008640f953 1.54 MB 3,890 5
893,443 893,443 000000000000000000010a2b17f9b262884b1d7e7c1f04fb2ac88e1b89347572 1.58 MB 4,418 2
893,442 893,442 00000000000000000001b216f4b0faa28969ba30ead229915510a1b5c89c1f9f 1.65 MB 3,959 4
893,441 893,441 00000000000000000000bcfff232c0db3bb72197f107ffbd461ebc47ada7a144 1.56 MB 3,543 5
893,440 893,440 00000000000000000001cc043288b127e628981a49bf3d26239c132156007bbd 1.97 MB 1,783 1
893,439 893,439 000000000000000000010d77fc837728ea69f1aa3b221c5e0b4d05f441ce4971 1.82 MB 3,909 2
893,438 893,438 00000000000000000002094e4e363492bca5f472adbf81478ac5bd35af5d9504 1.85 MB 3,314 2
893,437 893,437 00000000000000000000eb71208f386f478f790f09a79074b5323a91d44573a0 1.82 MB 3,324 2
893,436 893,436 000000000000000000011e003a3213a6324f1d9fb7aeab35185525568dba4d39 1.70 MB 3,837 3
893,435 893,435 00000000000000000002079fa7e25758eacd38115376b30ac6965c85b898fb10 1.62 MB 3,830 6
893,434 893,434 000000000000000000021ce79e2bf58639688fb63f274b1445f4ee2ed439c8ce 1.56 MB 3,432 3
893,433 893,433 000000000000000000018cc93a76d2b742b511bd722dd18919154cd04ce9f77b 1.48 MB 3,861 7
893,432 893,432 0000000000000000000042fdd38be1be9a4103ee0e63ff245a56a4fc6594f4b6 1.77 MB 2,832 2
893,431 893,431 00000000000000000000e73bea9805573e7b98dcdd766af8da2ef0f040565436 1.51 MB 4,329 3
893,430 893,430 00000000000000000001136b6250e667fe2b9ea272c52d35c4734f30446f6cf3 1.55 MB 1,738 1
893,429 893,429 00000000000000000001638c58b42a16f99f529aea759f748eee0e9fc4f68e9d 1.81 MB 2,867 2
893,428 893,428 0000000000000000000121ab37447b7d63af1ea921cacc566d622718321ecffa 1.55 MB 3,289 4
893,427 893,427 00000000000000000000a3252e0a46adf081bda3c7ba187501ae9cf459384c8a 1.61 MB 3,361 5
893,426 893,426 00000000000000000000e1d08a82335d7e812ced22f8b970e171692c34a4d5c5 1.64 MB 3,681 6
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.