Memory Pool Memory Pool Refreshing

10,647 transactions
4.38 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,438 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (724,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,630 183,630 000000000000025f6491e965422334dafabd1761672c331019609dc4c5af81b8 0.01 MB 33 6
183,629 183,629 00000000000008c67e30428d94ab3b7d936189ee0b4166e282cda1877d0a2ccb 0.26 MB 395 100
183,628 183,628 000000000000096e0c2ec34d57f7dbc7a9955b1c2541ac0aa99e50e54c123db6 0.47 MB 1,024 156
183,627 183,627 00000000000007f0f794a1da03087faa6994452c8ee7b5a9d894d291e59d1c78 0.01 MB 15 197
183,626 183,626 00000000000002a7b54156770fd17907e90a7a8ecca89b065c891fb66e225214 0.05 MB 141 165
183,625 183,625 0000000000000a34c6d0da3c32358fdfdef82d0d36d8372a95d1ccabd17535a6 0.05 MB 93 177
183,624 183,624 000000000000025fe021f5d4dca1be96db8fe7d9d0cef8c8627c5519a69f0083 0.05 MB 153 144
183,623 183,623 000000000000035d2569435b6cc496b767ddcc664c99a256500da120f1469db3 0.00 MB 9 0
183,622 183,622 00000000000003957523944b672160df921cceb00009caa194b6a6c6c20efd72 0.20 MB 498 143
183,621 183,621 00000000000006c5257bf009ec5a96de47f8d869e80ee1a535db822e2d36089e 0.05 MB 129 154
183,620 183,620 00000000000008316fcf3645eb3cc606bd67fd4ce8a386d888ab36ae3f036ea1 0.17 MB 429 208
183,619 183,619 00000000000009db0c8b9edb96ed066dd50efc697658e89784c673209303bf7e 0.07 MB 158 120
183,618 183,618 000000000000008ab25664683da7a10fccf9acd0080f9ee8b6f66877c497011d 0.05 MB 135 242
183,617 183,617 0000000000000454c6616f9790aa4114d19564e10de7130ffac72891de6b18a7 0.06 MB 117 168
183,616 183,616 000000000000030cf2f8616df906f15b73a09e3757ec1e5171575049271760b3 0.09 MB 227 176
183,615 183,615 00000000000004af43d366bc832b6508da2680574dd572e67e62e835c40c2afc 0.11 MB 256 227
183,614 183,614 0000000000000a468f1407b903ff103224d2ab20aec9ec6ae6faa0078896a2a9 0.19 MB 204 75
183,613 183,613 000000000000012f5183b95c515382086cf14752f4b1b40a8f817a1161782a6f 0.25 MB 492 141
183,612 183,612 00000000000000bc90c57c233003222b20155500ae1876ded60e172495823aef 0.12 MB 256 127
183,611 183,611 00000000000000e04497a210d29171ca58646813460534e68c204e5ba24a6b8c 0.02 MB 67 83
183,610 183,610 00000000000005f68de4d8d82e8bc79823df4edd78deb6cbb95d14ccb4e46f4b 0.11 MB 293 188
Previous 10 blocks ↓
Total Size: 769.02 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,624.84 GB sent, 93.01 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.