Memory Pool Memory Pool Refreshing

10,265 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (433,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,173 474,173 0000000000000000016a6c39eec0fe6cb137379dea7e8fc1fa087dfb2f9999a9 1.00 MB 2,835 387
474,172 474,172 000000000000000001488b87a0f505002a26cc0e4e964f50eeb02a13c748b1de 0.63 MB 1,672 268
474,171 474,171 0000000000000000006a8095cb635b0de474eece6e6a2fb22fd7d62f5fbc23f1 0.59 MB 932 118
474,170 474,170 000000000000000000ae7a1887e794e3c2cc0683dc1d733ec1134f3da0a69f82 0.47 MB 820 245
474,169 474,169 000000000000000000989348bc71d5692ee046ce91523a3139224bbf7cb705ea 0.51 MB 234 68
474,168 474,168 000000000000000001267781a5c57141f6a7d5a04898bfcedf7a6d8cf37d94fe 1.00 MB 841 79
474,167 474,167 000000000000000000105e939571a7e38fce9a11eba7a369a9f99d6bbe5549ca 1.00 MB 1,357 65
474,166 474,166 0000000000000000002fea3ea396d8e4c4e4260e0f04191d9c516b948302fcee 1.00 MB 2,317 92
474,165 474,165 000000000000000000fe056c73f8fbd3a0fa605eab3fc0d8de1028866cbf0ca8 1.00 MB 1,970 184
474,164 474,164 000000000000000001182396acd5f6f27d2ef3f7dabaaf2aaad0cf691043943c 1.00 MB 1,700 206
474,163 474,163 000000000000000000d048236f91ae3b6155ee2f6cc601390e6bcfde7c422e4f 1.00 MB 1,507 164
474,162 474,162 0000000000000000009b6f4e1df4edef2fdeb4862b3a709489325d47cada3202 1.00 MB 1,871 359
474,161 474,161 000000000000000000446cdd45746f969b43e8f4d6c4d6bc29432787b4c25120 1.00 MB 2,083 295
474,160 474,160 00000000000000000081808de76ff07be8bca66f3117e42810f723b6a40b9983 1.00 MB 1,903 292
474,159 474,159 0000000000000000007e0d895880152122ed04be5df71f93a260f8ea53ab6b32 1.00 MB 1,949 101
474,158 474,158 0000000000000000015ff46f180f6c43ed934216280b73531328e95fd86241b9 1.00 MB 1,998 235
474,157 474,157 0000000000000000015c45d7569146dc9eb598b0e6d2e54d83c5d342259efca6 1.00 MB 1,883 335
474,156 474,156 0000000000000000002f1cc842416527159879ae5dea6c17e515861cddcfd663 1.00 MB 1,129 127
474,155 474,155 0000000000000000001b146d05ca74f1695980b3b88349b708e58ac8adc42ecd 1.00 MB 1,250 219
474,154 474,154 00000000000000000108f1cf48f90f6309a0791c415f52e989814b472c0eeab7 1.00 MB 1,938 198
474,153 474,153 0000000000000000005a1f678d19162c21b863a80c9574e423be853e1d1c5321 0.99 MB 2,138 343
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.