Memory Pool Memory Pool Refreshing

419 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,907 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (652,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,714 255,714 0000000000000000be43710e5981c776da2f49409371fca123b223e6f3b60923 0.10 MB 242 132
255,713 255,713 000000000000002b8560268566abfda7c9e7a012f13a038ce8745774a79483ee 0.08 MB 198 129
255,712 255,712 0000000000000006299bc22dbcf505a76b5770d7f427320d926b95d3e6cf434f 0.08 MB 154 131
255,711 255,711 00000000000000064dc926562805494b5f0ae89f30987108e38853f6478211bf 0.06 MB 134 104
255,710 255,710 0000000000000011f8c0014d12943b1726d9edbba56822ef2bdf7389901f4629 0.02 MB 60 134
255,709 255,709 000000000000003c7d88ac11bb999e5c7943dfa874943c81698a3ae5ddf81e00 0.02 MB 48 75
255,708 255,708 000000000000002ce943ab989475298feb8c00efe54a33060340ef404bb8e3ff 0.11 MB 255 110
255,707 255,707 0000000000000039c89ed1cccc3f358c20e5e9b0189788b0624fd45f4bde717e 0.06 MB 169 139
255,706 255,706 000000000000003dad5dab0e7e9abf61e8a684df7f61c789e086e0246a560ef0 0.15 MB 395 131
255,705 255,705 00000000000000066a5a0f81094814783c4f716c00cbefd33078a19284f210b0 0.00 MB 10 73
255,704 255,704 0000000000000006dcf09c6b283359c8202a77403520e4e8ee7ba0a181d37e4d 0.09 MB 216 120
255,703 255,703 0000000000000007f70450dca3a865a920f04f159426e2737375fb6b6c5e7a26 0.09 MB 236 133
255,702 255,702 0000000000000000f29890b7bbb1b937aef8cafe24eec0dd939afa7a2e5882da 0.04 MB 54 79
255,701 255,701 000000000000003803e636efc083471ff7ec28c691f05dc359fa94613fc7b0e8 0.07 MB 145 97
255,700 255,700 0000000000000033efbb695d8daf36356a4400c46f9d24d417208e2ad2c39c95 0.14 MB 332 129
255,699 255,699 000000000000000a89e41af7bc786ec4ff7ea479820cb7a1ee9cf7cee4c2fba4 0.25 MB 477 120
255,698 255,698 00000000000000353f3a0d10e7e67cf85dcc6af92af24a12984ebcbb6b393d83 0.06 MB 147 126
255,697 255,697 00000000000000028097024eebd35e494da110f7a07d00cde4cecaad8e80c044 0.06 MB 140 143
255,696 255,696 000000000000002dfd7b5712f8d0ec1e780729d7faf74f68e1113af25acee862 0.01 MB 19 136
255,695 255,695 000000000000000f1677d9369b2f3d4aa47aa409882d0ad9e9e8afbe2190ce37 0.16 MB 341 138
255,694 255,694 00000000000000271626943e1c503cd01af8f2e4ac6f43ac0262fbc7ce815c81 0.14 MB 316 135
Previous 10 blocks ↓
Total Size: 769.37 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,643.81 GB sent, 94.77 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.