Memory Pool Memory Pool Refreshing

5,444 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (679,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,228 228,228 00000000000000e2a2de8772046b7d6745947f1ca180500df0dc35c9ae376d83 0.15 MB 139 47
228,227 228,227 00000000000001df622228ada550006c0aa4c79feae3208a8eb8e8fb0966f889 0.38 MB 777 161
228,226 228,226 00000000000001f1b18cf207c5070e30478b8d493d7896a8d9206a56f2c0742f 0.09 MB 256 239
228,225 228,225 00000000000002360e474c38409ffdc26760c7850e4ab077b73c13006e793479 0.14 MB 352 204
228,224 228,224 000000000000000762f081c86100d55b07e7ef08d6ba633d7b7fbd5f864cd337 0.15 MB 281 140
228,223 228,223 000000000000008194c05ab97da1a494e7f392dd93ce25b9e36212d88ef06cd3 0.25 MB 588 210
228,222 228,222 00000000000001ef1107e7ec717de5bb0b07c3b33f51498a8bf4cd97b74374aa 0.03 MB 44 28
228,221 228,221 0000000000000030dbc7e79d5a79cfdd450ccd931c34e8631155e088dfe7859f 0.19 MB 210 79
228,220 228,220 000000000000016fb848dd918950fdbacbf9b14f0ee088b48751204ab68f9530 0.25 MB 783 260
228,219 228,219 00000000000001f16426a92ea393d01b5397b4b1ef48c01b8885e7d11c423954 0.12 MB 279 182
228,218 228,218 000000000000013888b221b2746a4d26099fe3a6746472393d82ebb2c5acc830 0.07 MB 247 54
228,217 228,217 00000000000002344eaddf8079c3576e8ed3d07d1a743dbf936f229bdef2ac12 0.19 MB 384 155
228,216 228,216 0000000000000129829a3acb9fb17ef5c4f8f4106611f4e9beba26fef5bcd481 0.20 MB 338 149
228,215 228,215 00000000000000b082d6d13bc49738f483931d351a463133c6593693acdf32f6 0.12 MB 108 94
228,214 228,214 000000000000016b4ede30c11167cfbd14d8272f9c41ff18c828e7e710710474 0.06 MB 146 11
228,213 228,213 000000000000003abe108e186c5951e6d3e9cc1946ff6862ed4819025413eba3 0.25 MB 532 169
228,212 228,212 00000000000000eb29ae1860504cfaec27f0f6be0a5f96a44502a7aa785c5d1e 0.08 MB 195 236
228,211 228,211 00000000000001575c586684e707bb9d2800c0b7ec85e138f604155bfdc03ed0 0.00 MB 5 145
228,210 228,210 00000000000001eb426ca757b2b734a19d747f027b796c2d4d6bb11ac1dc16b4 0.10 MB 140 90
228,209 228,209 0000000000000073a6855548b1ff2ccc4b2e396b392117f365319de2ccb775e4 0.25 MB 365 146
228,208 228,208 000000000000015fa2bd84c0ead5e73974421e8a20a473ef3a899ecd9f85edcf 0.19 MB 385 423
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.