Memory Pool Memory Pool Refreshing

914 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (782,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,206 125,206 0000000000000dd419430e45035b1d80a960355e38846b4f07704b92933b0326 0.01 MB 9 284
125,205 125,205 0000000000002446d53dd6f970c8fe2136a046988798c1c18b5dec1a8a9b3c49 0.01 MB 28 0
125,204 125,204 000000000000186396324fb061f292f82f5edd50aadf518b9391e1a09741db49 0.01 MB 14 519
125,203 125,203 00000000000018a667c39c9394dcf9e8c28e254605c43e8e48f5d762c183c347 0.00 MB 1 0
125,202 125,202 0000000000000987e30e2ae743d0da0f4b82559d0b8766630da7c31fbcb57cc5 0.01 MB 9 535
125,201 125,201 0000000000001166add644cf911e1bc1c53f05dd4a968e2428945a190744ad73 0.01 MB 27 336
125,200 125,200 0000000000000770755c8f06c145f273e70530ce9559bb561289f951b99e65e6 0.00 MB 8 436
125,199 125,199 000000000000073258353ea461cd0a4cfdedf03cbb8d7b44b430dd4d39cb56e4 0.00 MB 1 0
125,198 125,198 0000000000001fa7d7d98075f560bec897919c847d7d9f8bcf46872746e07b5d 0.00 MB 6 741
125,197 125,197 0000000000003ae356e4596c95859e6434a083e7fc05c5d87a1b69cba5e73979 0.01 MB 20 1,167
125,196 125,196 0000000000001afc93336b17837502b9d841ccdc7feee8364b4714c327408129 0.00 MB 11 1,220
125,195 125,195 0000000000002c1597fd64053bcf2db016cc24d5f5a64084d270c90588d0127d 0.01 MB 16 0
125,194 125,194 0000000000002c0bd7eedf4071c38e95bb811115e514aa6b935ff5b2eb6c7529 0.01 MB 27 1,040
125,193 125,193 0000000000002111ab3f77b8c4525d4e5cb73d418502935ee66f04ac002844bc 0.01 MB 16 797
125,192 125,192 0000000000002bad8da77b95ef9166528061b62efbe6f7bdcf2e8e509b2a52e8 0.01 MB 8 753
125,191 125,191 00000000000030e8a0911a8bba9ba0af6e8fc118ac88a6bdbbdc7256802885c1 0.01 MB 31 535
125,190 125,190 00000000000022fe1e71aa2e47a4a2fcbd4abc62e347a8dee78e7942ff93310c 0.01 MB 24 337
125,189 125,189 00000000000003ff2e8771c5f15f0132a4adebd5417110c08e3a2021f9f4c8f9 0.02 MB 28 881
125,188 125,188 0000000000000aa5fc1b3d19fe1b660ad0e0d2030f105e16511dd94e59411496 0.01 MB 11 840
125,187 125,187 000000000000106b4ebdf2cf98da62402da4052cce6142daa0e785e0a2dfa61a 0.01 MB 17 173
125,186 125,186 00000000000029bde0e545458fed1ce737ed123cb18f0010511d33f4c21f019d 0.00 MB 14 1,027
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.34 GB sent, 93.42 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.