Memory Pool Memory Pool Refreshing

5,170 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (705,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,615 202,615 0000000000000105fa953ef3c5bbb00a8cacdd0138cd3eaa3970b76561e46865 0.12 MB 245 187
202,614 202,614 00000000000001d2c8c67217d72bd511466bd6d27d7b143ad8f6ab713bc19199 0.04 MB 102 28
202,613 202,613 0000000000000036c0afdba9570d3c36917ded3f2124f600622b193ff281034d 0.12 MB 269 167
202,612 202,612 0000000000000251edffdf1dc56c41652baf89aba91f658a35741f3dbb836133 0.00 MB 12 220
202,611 202,611 0000000000000496c1c0e25b2c20a5e4ffdb61522c6a8b2de2155bf15288e005 0.17 MB 483 147
202,610 202,610 00000000000003af7d70f6c7c022674c6eb0a146ea0f357476496143cbb4d9ec 0.11 MB 219 55
202,609 202,609 00000000000002e6345aff55e505f6d965234c176abce9becd894bd0516111e8 0.02 MB 50 289
202,608 202,608 0000000000000278da7534fcac47233e0b8089a93a2da7a174ddfcd702f4c7ad 0.05 MB 104 217
202,607 202,607 000000000000045f0dcf6c5f09832a0396964cee3b46ce723c5149ed1d5f0a56 0.10 MB 189 98
202,606 202,606 000000000000052e60477dcdae430393bd4ba2fa35e3e2d5181fc2aac01e8b43 0.02 MB 44 89
202,605 202,605 000000000000051ede143fb5e79f783e97f2e46e9788810012463575cb73c3d0 0.16 MB 326 111
202,604 202,604 000000000000040ea228b1aa58e8516f745efd1d0a6a969faf34b03e5f9f698c 0.00 MB 14 69
202,603 202,603 000000000000057b5e993456df41f37630fe6622502271570bb54fe782cf178c 0.05 MB 114 169
202,602 202,602 0000000000000177b9fd5d95a2ae0bf5191a31e9793742f74685dbf74048d21a 0.25 MB 591 171
202,601 202,601 00000000000001898df910de161c39fb20099a67c792285b872dcaa8613c21d0 0.05 MB 139 168
202,600 202,600 00000000000000109281b2cd76d732da4b92f6e59f1d86f84966ebb78a556e13 0.08 MB 176 166
202,599 202,599 0000000000000042048550a72b209434f5163d3ae85f44c1367e37afbef62881 0.05 MB 150 113
202,598 202,598 000000000000014fdc8972db6adb16df742193b64b817f67e604db09e2d20de2 0.04 MB 103 101
202,597 202,597 000000000000039e3aa4374852aa030eac2517e17c5d0c94a9b506c8bfb24728 0.05 MB 139 129
202,596 202,596 00000000000001b19c129d2ab1cc6752410dbbaf8509e833f6c789ef590d184e 0.06 MB 128 73
202,595 202,595 00000000000004b3072ed9cc21f7e8958d9793fcadcb23401d8ba202973f5773 0.03 MB 80 22
Previous 10 blocks ↓
Total Size: 769.20 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,633.89 GB sent, 93.93 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.