Memory Pool Memory Pool Refreshing

2,863 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (610,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,271 297,271 00000000000000008dba48a785963c4192b03bf0e368e26e56aed1f67903c268 0.06 MB 86 11
297,270 297,270 000000000000000003c0e43f5077cdc3d10c24618c1ee645be4ee539829c18b2 0.20 MB 294 22
297,269 297,269 00000000000000006f1982970d4edec5787a45cc45bd32750461953258f26a07 0.15 MB 302 33
297,268 297,268 000000000000000040016ae869a951c62299ae1252722064540b51eece7bc251 0.02 MB 56 42
297,267 297,267 00000000000000009d19f4cee17dbaeffc43e9c7bbdbcae112fc76c0c378cb98 0.29 MB 599 32
297,266 297,266 00000000000000000f0ac01df05f7b3bb445205fa55566d561ad8426e57a45f5 0.03 MB 74 32
297,265 297,265 000000000000000012322180f79f58619817b8d9e2990c93acc9670ff0d58302 0.23 MB 206 14
297,264 297,264 000000000000000023ec9086b9dca061e1dfb519f663470ee8bdc8a6c0b06979 0.35 MB 883 42
297,263 297,263 0000000000000000856e76883dee49e280a294ff671805187727abc7d2365442 0.32 MB 635 30
297,262 297,262 000000000000000022ff30df0ddadbd378b38d191853b12d487539bab94dbec7 0.23 MB 308 25
297,261 297,261 00000000000000005d615fee30c7b5a45f8ff19e9ddaf3f1cc3c655caace6dd9 0.08 MB 154 23
297,260 297,260 00000000000000001b253637f0c9a668ad21ccf6ffc32fdd482b470a2ed524bc 0.09 MB 155 28
297,259 297,259 00000000000000009aa8a70b99b6dc29ad52399246d86cf586768661bfcc5391 0.16 MB 286 31
297,258 297,258 000000000000000094ff27bbf04341b6cd843ea9aef8574f71a4096e96dbdfab 0.50 MB 900 28
297,257 297,257 000000000000000004100f14a29d7ab0d34bf1b48e1785711a9f1dc5d0c3ebc1 0.27 MB 154 13
297,256 297,256 0000000000000000108b83a298ee16375b3a27026ba1deaa2abfec6a793a1328 0.35 MB 752 36
297,255 297,255 0000000000000000320f39847e41a2be4530661d17ece2a011d5a614e8ce41fe 0.03 MB 48 40
297,254 297,254 00000000000000002f475912b2f671ea92236477482dfeda13def7e9fb5d712e 0.33 MB 494 25
297,253 297,253 000000000000000004af1fb3b77c0f7ffe640982e440ac3eb085fa51d8207838 0.08 MB 256 73
297,252 297,252 0000000000000000967c12a127e0341902f2de4b03afcf9d28b08794e0f3dfd4 0.16 MB 399 37
297,251 297,251 000000000000000004dc83247145cb3b056465746b4861de093c4ef035238bc9 0.02 MB 69 51
Previous 10 blocks ↓
Total Size: 769.17 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,633.39 GB sent, 93.79 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.