Memory Pool Memory Pool Refreshing

1,214 transactions (0.37 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (8 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,944 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,943 (875,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,606 33,606 000000007cc496a90f86018550ac90229ce0c14d3e9b4d5f2467bc663058b7a1 0.00 MB 1 0
33,605 33,605 0000000002a1a09bea2dc4a09fcf949103002b00870ac5500d932c2194a523d1 0.00 MB 1 0
33,604 33,604 00000000891406612d0b7224ef3889b7f5e40a6caab5abf5fa10c9f5b31e62dd 0.00 MB 1 0
33,603 33,603 0000000065e0df8df099bec4ec1c97d3b15856766912d72085cb32f52b1adde6 0.00 MB 1 0
33,602 33,602 000000008ca049915afb110aa86f151222fdbbd453648c57a4c6479391e6a73c 0.00 MB 1 0
33,601 33,601 0000000030304b07c80ccd80d83a4e55755dfaa88503ac215d19cb902bbf68db 0.00 MB 1 0
33,600 33,600 00000000922811d417808514e99a4ae78f610da31c53abd1db184fd430b0b7df 0.00 MB 1 0
33,599 33,599 000000006b54dbb73dd01f2a4479086bd63e07f97d4f64f15562093a553b1ecd 0.00 MB 1 0
33,598 33,598 00000000bb29070e97db24919b55e9b67baeb5561b929c905e3797b5956c3e4e 0.00 MB 1 0
33,597 33,597 000000002d2b0e9c741f753a3eb5301157f88b34fc2552f009e80a1ebe720b86 0.00 MB 1 0
33,596 33,596 000000001bb03efb4d2da9579326d89863c23d05349a195754e4883764938fb6 0.00 MB 1 0
33,595 33,595 00000000618b1d22dac5512b6ca4562512d1f14c1bbf9f1fb7101dae50b087f4 0.00 MB 1 0
33,594 33,594 00000000cccb372c21f09ec060c395259b6b3f22ed697a29b127d514104c5463 0.00 MB 1 0
33,593 33,593 00000000b421407e5c7036e3f61ba89263e20471e64409d7abb74f55d1883db0 0.00 MB 1 0
33,592 33,592 000000002350ddfd9075ab5e9cdc1c98d75063beafe88fd3d99f90c46ba673ea 0.00 MB 1 0
33,591 33,591 00000000454c4ec2b57b9a4e30deb5ba2464cde032738a97f9a56ceb0e33291d 0.00 MB 1 0
33,590 33,590 0000000060025d2d8d0f34a0851a7f64c5472dab1165c88b04e320d7c475274f 0.00 MB 1 0
33,589 33,589 00000000c1d9f18eb1e26594f3d942974e9eb48d116c57cef4a0bf0f8e9e63ed 0.00 MB 1 0
33,588 33,588 00000000b206b96ffb8341ba358cd3ece4d5cab2be679a8da41ab0dcc63b1533 0.00 MB 1 0
33,587 33,587 0000000013f943dde2508c9ccf47cb6eed3faadcf4eb6691d460c1a6b77d1f8a 0.00 MB 1 0
33,586 33,586 000000005d9f152b1ac7d1c1a06e6f0ee3ccf6662d82cbc19bba3ffc8b556244 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.44 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,865.44 GB sent, 104.56 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.