Memory Pool Memory Pool Refreshing

2,336 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (779,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,261 128,261 0000000000000629be5b9c5bf1bd676a806e83e20672ff823701f9a1922cd022 0.01 MB 20 289
128,260 128,260 0000000000000fdbdb7804d0b1f8452f89c26f8b2393dbf3dacb1a170f3eeede 0.11 MB 21 1,072
128,259 128,259 00000000000005ff0377ab7c491120c8c9358e36fd2b59652c15571ae0a22783 0.00 MB 13 1,508
128,258 128,258 0000000000001255d75002a2cdce0a4485cd30f157068d8e8fad1f9c0e578f59 0.06 MB 153 257
128,257 128,257 0000000000000264a6ffa258bfebb80b5a09cc59a7a83ad06f8abcc91039f9d9 0.03 MB 28 1,068
128,256 128,256 0000000000001955dd0b31b54b3c80e224c8e18e4fe07c914bc41f2fc435a827 0.01 MB 24 1,170
128,255 128,255 000000000000082d8de2bb6ca36defa12244f0dc6a65735a60aa39750593fa31 0.00 MB 10 20
128,254 128,254 000000000000245864875f94cf05c83feb6ab91e2bdbbae29e191c1e029d356a 0.00 MB 14 301
128,253 128,253 0000000000000528128a700cc64e584049fd16467889bdb4978e11fb9a960c12 0.05 MB 119 517
128,252 128,252 00000000000011dd1e2e374348986d16f5e3d8f12b1ab3573af3028d67408e14 0.00 MB 1 0
128,251 128,251 00000000000011ede58f83c64ec40e503fab279deddc46801d50180e807441b5 0.00 MB 5 682
128,250 128,250 0000000000000ad053fc2bab21f59e2581ae09bc6b65469791a6158541b4b837 0.01 MB 14 1,479
128,249 128,249 0000000000000b08545b3f7c30f69f2edda0341984ae27af9df3ab7752291e73 0.01 MB 16 1,433
128,248 128,248 000000000000182da434ee4d889be234d13a5d6a4cea1b33037366ea43c8d417 0.00 MB 5 34
128,247 128,247 0000000000000a5b3ea04f41665f438c60e9a585ae2f229bc469ec2ab3bcae04 0.01 MB 24 743
128,246 128,246 000000000000048fe5dd9edf731e7ca824a95fc2721811feeacd943439d40217 0.00 MB 13 11
128,245 128,245 00000000000018f2337ccd19daab82c14438019b954f47e568f84f8b0e83431e 0.02 MB 17 659
128,244 128,244 0000000000001c70a424496e53e12b373e413dd81315ac9ce80f85228025750f 0.03 MB 85 515
128,243 128,243 0000000000000514cf889a2a9d98677271d93323f0578d21ff0c49f223b29d7e 0.00 MB 15 330
128,242 128,242 0000000000001885d928327489e59299d1d9be3c9e56e38d2ffea773f35f9a0f 0.00 MB 11 719
128,241 128,241 00000000000006d039807882e8a065f54a5925cf61c5c3b0186bdb90828f9a08 0.00 MB 11 2,241
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.21 GB sent, 95.74 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.