Memory Pool Memory Pool Refreshing

4,333 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,733 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (697,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,197 210,197 0000000000000162bc140a03e071307c527a2539f88be5efbd79f88483e55f24 0.05 MB 109 89
210,196 210,196 000000000000014071ded72bbfb9dd9d0c3df393e4356c8bb0703e76e40e1b03 0.00 MB 8 326
210,195 210,195 00000000000001ef4a0ef0a6c4d7bab1759967dcbd62f5dcd61fc6bcb9e3ce58 0.11 MB 268 178
210,194 210,194 00000000000000f00366071893ea76572e08b37ad5be56a328cc4162f751e697 0.02 MB 36 108
210,193 210,193 00000000000000950ae63550c047e4dcb85c77446e3a005fca4bbef8b030fc16 0.17 MB 318 161
210,192 210,192 000000000000025d47ccf7a27d57457c5bfa22001a49696eb7848f2f675fc6be 0.05 MB 116 157
210,191 210,191 000000000000042b6d371dbfc1f3972f9b521f0b534902630625478996db70f4 0.09 MB 186 118
210,190 210,190 00000000000000efbeacaa097302cd73d62d5cae12121c6bd8a20896baf0725e 0.16 MB 414 179
210,189 210,189 0000000000000415e5f3209d9a9299c2c539ef4f1471d629f547cbee1a0230fb 0.12 MB 260 151
210,188 210,188 00000000000001c6e498023cab960d497c73388a07ed8c0d289680d479cdf8fe 0.20 MB 440 183
210,187 210,187 00000000000001811f2bf5de1a3e71dd6e7ff17282143997212af453dee1c636 0.14 MB 301 203
210,186 210,186 00000000000000d0ab60e80aaa18ea21c6497e7feca800c9ed666189ef2a8855 0.20 MB 374 149
210,185 210,185 0000000000000110526adeeeb29285798f7b24e57dc96930b3595f5decbb92ef 0.02 MB 48 194
210,184 210,184 000000000000020821518c874b4e3ac806bc89261999ce45a8e3dec523712d20 0.15 MB 387 194
210,183 210,183 00000000000003936b6990687bab66fbb612841d232aed585b45d29955d5c56c 0.16 MB 393 193
210,182 210,182 000000000000042f47ca1e35cc2de5e517fbf8366868d00b6e609bea0edcc0f2 0.19 MB 238 67
210,181 210,181 00000000000001032521f63be222b469d05a6b60f5c16fe72e221d7e2acb434f 0.00 MB 13 458
210,180 210,180 0000000000000476dd1d43d42a75cc0768a7bb9fb95eb9d3bfd7383b16322c55 0.07 MB 142 209
210,179 210,179 000000000000028099879d1d76f722b0e03a703e1b811fc3552954f8b0a2abec 0.02 MB 41 181
210,178 210,178 0000000000000023d4b1b0eaf72e98dfbd028a14183184cea0d8376c8cf3c279 0.12 MB 283 174
210,177 210,177 000000000000000ef679f4d41d54a6add78784fc3b9688b500991aefc7d18bcf 0.07 MB 190 174
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.