Memory Pool Memory Pool Refreshing

662 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (837,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,151 71,151 0000000000c42c9ce72a1205fdab64ab8fedec498aec3bdc862fe4215ade4eee 0.00 MB 1 0
71,150 71,150 0000000000318350b40fa50bb130f6bf5b38acf51d837d3c10f4ae9dab75700e 0.00 MB 2 0
71,149 71,149 0000000000672eedafb716750e911e0f3fab6702876857a25180f971c031b258 0.00 MB 4 939
71,148 71,148 0000000000dfcd0f67d733b034fa835ba5022db37035203bba799fe1d9d9a93d 0.00 MB 4 1,416
71,147 71,147 0000000000500415d28d5ef07d2e5cc74a49ce4071054b23f8d80cf83d5032ac 0.00 MB 2 0
71,146 71,146 00000000008ecbaf9109b055c08eb54d7ffa55f658061ef79d62e9880745bb93 0.00 MB 1 0
71,145 71,145 0000000000d67d803e0c658766f6100ef237eeff76ecdbeb439b20e1deae1e33 0.00 MB 1 0
71,144 71,144 0000000000a61e57ccd857031864a6bb743add4ab1d32ff0d494a831e08ebf25 0.00 MB 3 3,883
71,143 71,143 0000000000e9a2f1617f404bf337fd4214d5a4dff935ba390bf78d59f98dbff9 0.00 MB 1 0
71,142 71,142 0000000000db37d086d184922d0cdf9d2a211472a7efa295e1381a6b51cbeffd 0.00 MB 1 0
71,141 71,141 00000000009685384e2408694f26159ce8874bdfee4eb2dab87846eea82658cc 0.00 MB 2 0
71,140 71,140 0000000000930007632045319f3fc210838f2f8e3059366e06f7443242968c51 0.00 MB 1 0
71,139 71,139 0000000000f051629834eeb62d91c6f283f05b8262d07d851e5efd88bf3005c7 0.00 MB 1 0
71,138 71,138 00000000006f23135c2a5e35418786aed6c9cff493b1c560bf90cd63cafc3dc4 0.01 MB 8 461
71,137 71,137 0000000000f35db264b3aa83d44060e51c3b95a6a95b27f8a7fa4ca535922715 0.00 MB 1 0
71,136 71,136 00000000005b9e6202ce6d9cad33bdd943c0daca7b5e83da7f84e09dfd2ff208 0.00 MB 3 0
71,135 71,135 00000000005530dfef429728969f8c77ec63e4b47add3f61874795f768cf6974 0.00 MB 1 0
71,134 71,134 0000000000473f0b093c1b9a20134eac7ad830f0e2a7560710c6a9cada96101f 0.00 MB 8 702
71,133 71,133 0000000000b8de45ac8e1e087bc1ca011863956ca1fd3c99875b901db8ab806e 0.00 MB 1 0
71,132 71,132 000000000023a7fb73178f4ac939933b1c321a143ddfa3a3d3028428216d35db 0.00 MB 1 0
71,131 71,131 0000000000cece7e3389b6b059e2b22d5595aa1ae691f56ba58fedead04419f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.47 GB sent, 100.53 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.