Memory Pool Memory Pool Refreshing

4,570 transactions
1.91 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
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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,474 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (582,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,239 325,239 000000000000000001f9a41f1e700c6c1aebbea2691834891962274fdf6e4566 0.35 MB 870 29
325,238 325,238 000000000000000009406c45a7d399be38860f6b5ac04b15d539ab1aac3e3993 0.27 MB 255 20
325,237 325,237 00000000000000000fd4d430625cad4c7917311dbf06703f3bdd0164f3e0545f 0.17 MB 255 26
325,236 325,236 00000000000000001d1679b11dbdcb440d3b3577c9d696f08f85165b8af86d58 0.03 MB 50 27
325,235 325,235 00000000000000001c75a37853fcdcbceef5c9cffd99dcca7953f79acaf42ee8 0.09 MB 160 13
325,234 325,234 0000000000000000179114be1aa9c76749a35b981a7d8a9714ce2c923eae25ad 0.49 MB 841 29
325,233 325,233 00000000000000001b8c262b00901bd4021dd843b07e40f736a89a9e96f0486e 0.46 MB 525 18
325,232 325,232 000000000000000005591f34a53792da8cf7c5355009d19eef95e64ad5509040 1.00 MB 1,399 24
325,231 325,231 00000000000000000e0b9a79f243dc1a08e8b2f6e93c8ee2ebd562d30b344570 0.75 MB 1,573 33
325,230 325,230 00000000000000000b335b0baa18f64522089c9a9811d3a7bc03b2d38e99b54c 0.59 MB 1,034 28
325,229 325,229 0000000000000000147bb01d5e7db5a6e593b5e9a039aba914dec57f9c09c06d 0.14 MB 127 16
325,228 325,228 00000000000000001286dae81dfe16c49fe114c840e232a4277257d99a5f1249 1.00 MB 1,812 32
325,227 325,227 00000000000000000e7383b11ac8cc806debad08536e55913caa4118fa5295c1 0.66 MB 1,117 27
325,226 325,226 0000000000000000019ee9d4a4428bcfa36c3e4a122b5011bf7a775323ced371 0.16 MB 226 31
325,225 325,225 000000000000000002f994f3e13fe3a2351d3383382f67ff78d0054d600a318a 0.06 MB 115 32
325,224 325,224 0000000000000000131ce61862c6df7745f018a196e1fdd21a010776f28110cb 0.16 MB 310 31
325,223 325,223 00000000000000000dda3402f6feafd1f755ab1fb2d37c7b3b682f08e9ddbcf7 0.06 MB 128 29
325,222 325,222 00000000000000001d8f9d981c47bdaa918d83173c5d85110cc3580a93ac84f1 0.24 MB 469 33
325,221 325,221 000000000000000010999026d4c57e61557047e990b1673198d594c9249fd1fe 0.69 MB 1,308 29
325,220 325,220 000000000000000004bbf2b0debdcec8ca2572714e6cc4326278801768413417 0.44 MB 833 30
325,219 325,219 000000000000000014444fc2f8378f04edc3e7121e17a699fbb41bdcc90f0fbd 0.05 MB 83 27
Previous 10 blocks ↓
Total Size: 769.30 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.60 GB sent, 94.42 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.