Memory Pool Memory Pool Refreshing

17,346 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (612,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,163 295,163 00000000000000004817ac9cfd6c1716ccb0bb2adbfc098496c7f6ef83833049 0.50 MB 1,507 72
295,162 295,162 00000000000000008cdb96a355676dd4cfe4ade7b43707a24be9f44bf14804eb 0.50 MB 454 17
295,161 295,161 000000000000000053faaf5d772c58d935a5f145d763cf8d3158e62153582df2 0.29 MB 512 23
295,160 295,160 00000000000000008192ad6579ef0c4e6cd6f886175fe289c0c05fed8d433d4d 0.50 MB 1,289 56
295,159 295,159 0000000000000000103682cf27298da459ebd8c21781f7351c9756e15fa21ea4 0.92 MB 1,869 34
295,158 295,158 000000000000000069f1b08bf2e5f9c698e9449dc9aef69bafdfebe6b7041f4c 0.25 MB 870 87
295,157 295,157 00000000000000006104fa799c84f7d8b4c70442f2298ae2f52e5c95e093e049 0.25 MB 776 52
295,156 295,156 000000000000000002ef3c4efb481cae1f53ae7b311fef219890c017a191441a 0.35 MB 1,034 61
295,155 295,155 00000000000000002708e862625be1631777ee69eb533f099fd108ce4025870f 0.27 MB 505 34
295,154 295,154 00000000000000009aaca4cc6d162b6f0a8ed09790290978a3566ab154b41981 0.12 MB 205 29
295,153 295,153 00000000000000006b6183dae7e3c9dcf86af9d049b1d277937cbfbf270ece4d 0.10 MB 109 16
295,152 295,152 000000000000000055068e0f8ebc3ad584db93a3c46f7827c1c7bda13ce33398 0.35 MB 461 37
295,151 295,151 00000000000000001adcdca1e41aeac90298542cdec0bc6a45fb2de67aac4ec8 0.35 MB 701 45
295,150 295,150 00000000000000002042ffdae882ecc8677200b7fe2216f759a765a26527052f 0.75 MB 1,401 39
295,149 295,149 000000000000000048035537d6441e8b3812893b0d9c28144c632ac8aba3604b 0.17 MB 512 85
295,148 295,148 00000000000000006741100e8e34ef7fe0403c9e021d6f3070d6f98a8f55a9f4 0.14 MB 271 31
295,147 295,147 0000000000000000aead07965e5560dc5a6f3f3579016d0b9db02422ee8a85b7 0.60 MB 1,097 31
295,146 295,146 0000000000000000a70b6f2ca24b2779c8170c7fef29bcc6f464d085867bf659 0.17 MB 256 65
295,145 295,145 00000000000000002d81f867e22119f1bc078851fe10d135dbe0881888e64341 0.28 MB 490 29
295,144 295,144 0000000000000000621f3af4961c30c8a3d3170c871dd241f3c547b941a48c91 0.07 MB 155 33
295,143 295,143 000000000000000002107fa4ad4182499d026cd7d7cbcdbb5a1c5139c60523ce 0.37 MB 637 39
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.