Memory Pool Memory Pool Refreshing

9,409 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,833 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (721,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,974 185,974 000000000000065777d5d29ce52203c61e688dcf758418ae47f57bd32cb819e4 0.03 MB 84 129
185,973 185,973 00000000000006ee0474d882101ff8adc75f9cf80a609b9d21068b5c2d74441d 0.01 MB 11 83
185,972 185,972 00000000000003c2ccab28b46d67605b8e8daef889175062f1fd51feec615215 0.01 MB 20 126
185,971 185,971 00000000000003502008e573577edea1cc78383afacab948ffd9ed32200bc31e 0.09 MB 168 60
185,970 185,970 00000000000001d77e19114c4703a6052379df8e81bccbe533dd26265f50498b 0.25 MB 114 68
185,969 185,969 000000000000097938b09fd8b63f2d9c700dc4317f0c910f1b492b6e8d389f95 0.05 MB 126 110
185,968 185,968 000000000000052c6bd242b32fd37e821b19563eb20ff7bde1352cd93aeb0c3f 0.14 MB 291 206
185,967 185,967 00000000000008c20d9a7b5b9b180d45861a0aab88b7de050696dcb64c6cd0eb 0.02 MB 32 108
185,966 185,966 00000000000008d0940b5bc4ea87853c24fe7e224da932573704afb5a616e5f6 0.12 MB 215 178
185,965 185,965 000000000000003e378aeef12e7781a14c0d46df458f8e73192569f51a2ca5e1 0.19 MB 455 127
185,964 185,964 0000000000000159d9f5a1de0c847b819cafee2130de076da5a4fb60e275f93e 0.04 MB 123 25
185,963 185,963 000000000000001518bd682e40cec3fc5e7a225a4a30db50f1d46b1f5749fe09 0.09 MB 123 89
185,962 185,962 00000000000005f1cb3904bbd3dc9c697be8d8acc1259a988fa8cd9686976aff 0.12 MB 228 255
185,961 185,961 00000000000007ae2909f5e6eedb932dd3b16f1603ab7457f9cbae1d7aef5a06 0.06 MB 129 46
185,960 185,960 0000000000000602aa77e0fc6de1e34e63d801c9c949d130ec78688e81d04304 0.05 MB 47 61
185,959 185,959 00000000000004d8166d06fe8e48779ff9477d821c3dfaec92d2709c9a2d07d4 0.25 MB 476 211
185,958 185,958 00000000000000352c7791b4e4c05a8fe74dddead95970f9a1d1252b1de72996 0.00 MB 5 0
185,957 185,957 0000000000000734472506d5ecc8d32a6aa8fe8d73783ae5d88088df0a357d63 0.05 MB 105 73
185,956 185,956 0000000000000873bde12d585320e7a758d188988a64ce09c60ade1b13bd3ee6 0.12 MB 244 146
185,955 185,955 00000000000000722b3e8a2ba413feececda3403ee82b7207a6ecb5e6151f9c3 0.00 MB 12 147
185,954 185,954 000000000000076dcd93d0d721fda3846cd5f666dba7f3eb2ca148a86ff7427d 0.04 MB 104 29
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.