Memory Pool Memory Pool Refreshing

1,132 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,113 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (621,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,329 286,329 000000000000000016affa2dd15fc812079c57b89f8d857319e24e953bcaaae2 0.19 MB 392 40
286,328 286,328 000000000000000136b40df49a2a578dabaef6cb08df0d6dd8416c297945df30 0.13 MB 139 59
286,327 286,327 00000000000000010d165fe8c96d0217303d5c3af06bdf89cae6089ae8b47419 0.27 MB 649 42
286,326 286,326 000000000000000157db3cfb898685b79524a7effd6e0b8f69dcfd412fb16ad6 0.04 MB 100 37
286,325 286,325 0000000000000000479bceaf71cf63741e9bf2905415d46cdf9c33d09b3aa9ee 0.06 MB 131 37
286,324 286,324 0000000000000001337babf9df90a713cc1abfac2bb63b00b8d336a7b9017e5e 0.07 MB 177 37
286,323 286,323 00000000000000004b86d9bc749093ddaa11156fb007a3735125898df92f654a 0.10 MB 138 44
286,322 286,322 00000000000000002eb4caf6eabc94dbaafb569427b6b0a414aa363dd9ee07dc 0.25 MB 423 38
286,321 286,321 0000000000000000d026b0eb90e1ec76790786ffe5e5428387e833a599ac3f21 0.17 MB 219 22
286,320 286,320 000000000000000099a362a9f946fcef0dc478bfdf19424f9636b00efd14285f 0.07 MB 145 29
286,319 286,319 00000000000000011ab5e6f22ea524b3c9bb138f3eb828ad6be44cae72912ae5 0.25 MB 507 36
286,318 286,318 0000000000000000bf28fe8e5464af5adb7ce66603772951f3521730def080e1 0.16 MB 314 34
286,317 286,317 0000000000000000bf3d2f5fb6b3d1b742529e438a6b886318c26987f786924b 0.15 MB 307 40
286,316 286,316 0000000000000000e44ff436cce274258358773580b9fd6a33a9941f6c9d41c4 0.00 MB 13 48
286,315 286,315 000000000000000002f5752af7f7009f4a55a38b0ab5e450c7b2189e8d18918b 0.15 MB 297 44
286,314 286,314 0000000000000000928843a7f6b7b555919985fbf6fe97cc589372e59f9705ad 0.27 MB 599 50
286,313 286,313 0000000000000000e22db34bf4036bd0e5f3670ecf60787f7c928ae82192be5b 0.23 MB 467 33
286,312 286,312 0000000000000000dd5d3cacc82c63601686a33de5be9898b0e384625983cfa9 0.02 MB 50 56
286,311 286,311 00000000000000012bd2e3ad1b8fe26ae32737411272c1a1b04018986293ef75 0.25 MB 577 35
286,310 286,310 0000000000000000a40b51fe675d8fb7fe216c2d069a4681f8aa018a180927b8 0.01 MB 15 37
286,309 286,309 00000000000000004d164e77639646f311be5877c0caca9e424c189d34c1ba06 0.04 MB 95 33
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.