Memory Pool Memory Pool Refreshing

8,864 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (528,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,235 379,235 0000000000000000092427e3fc72bc94af80829413fbdcd2dce8c24ad808247b 0.20 MB 362 28
379,234 379,234 00000000000000000625eef7f7102efc5480cddb823b936d3e82a92a7cca0139 0.67 MB 1,386 39
379,233 379,233 0000000000000000015ff3678ea034536659a6aca91c1e8b8c0f3bf071d29172 0.50 MB 618 29
379,232 379,232 0000000000000000052b2558d4756c831f16e6fec84a49b24a2f7bac90747fcb 0.12 MB 215 24
379,231 379,231 0000000000000000004815fd6f3075e243f40d721ce71312b1c09a171cd0d237 0.25 MB 555 34
379,230 379,230 00000000000000000a1d6c69f2e6aa7855ac76af50b1518ca09060e80e1ba571 0.00 MB 1 0
379,229 379,229 000000000000000006689b62480f385b90a79f8f00d191523860f1f30d3507cd 0.75 MB 557 14
379,228 379,228 000000000000000009fcac463ef9e08caaa7c0bef093ceabfecd12a5d0d71af8 0.30 MB 596 47
379,227 379,227 000000000000000004fa9952593f8c5c9638f2bb2b22294d7b8eeea95994359d 0.76 MB 1,437 48
379,226 379,226 00000000000000000f9fd8f410153b6137dcf1d405b47eb920faad4465c1048c 0.87 MB 939 29
379,225 379,225 0000000000000000100933feac38d7156ecaa4104e4b558d9fe431143c0ef8e2 0.22 MB 306 28
379,224 379,224 00000000000000000361a2574ca77bdce306c81dbfe7d8429b7d3a8dcead22b0 0.99 MB 1,881 45
379,223 379,223 0000000000000000013ec024ffc51a6d87c30362bf6c41b9290fb3db9e2ac508 0.90 MB 171 3
379,222 379,222 00000000000000000fdbf1b028418f45d0ccb7be10781c1ce8a222be4fb9e1f5 0.59 MB 1,104 43
379,221 379,221 0000000000000000014d001c3b5448d056bc9f15fd36d24cb4839f08c0b321f4 1.00 MB 1,394 26
379,220 379,220 00000000000000000ede556711a82f88d1d8669da648a92de134d1f32463da53 0.95 MB 666 16
379,219 379,219 000000000000000010ca376f6c212a1d43b4a006f6ec31a6efae38b62c0ef068 0.93 MB 772 14
379,218 379,218 00000000000000000e1feebb744a1a7a4345a8eaf973e8e9e1d7f428ae94a36b 0.75 MB 596 19
379,217 379,217 000000000000000001b023071df4facdb9a1e690e9af81d70855287671d8d6be 0.95 MB 2,408 54
379,216 379,216 00000000000000000d8f9463e14ba368b10f0fadd32d84037dee7f72edc52fac 1.00 MB 2,122 42
379,215 379,215 00000000000000000b48c3f9ab4838398acd943df4a330461c54ddc028771208 1.00 MB 2,092 37
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.