Memory Pool Memory Pool Refreshing

10,545 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,353 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (90,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,221 817,221 000000000000000000020b36090f00f0a6033eb5cc816093784abf3908922850 1.71 MB 4,563 110
817,220 817,220 00000000000000000002a5dd0a0e2365c8a67b0aae9e0db335912e5df56527e0 1.41 MB 2,648 164
817,219 817,219 00000000000000000003db40c8a76f0c86519a085fab81b0a563056127006036 1.55 MB 3,471 234
817,218 817,218 0000000000000000000059008028adecbbf16056dfff29a36108bd6d3977fd74 1.61 MB 3,887 125
817,217 817,217 0000000000000000000068106022fc0abc18bbbd0d59f956c9336a85602eb62c 1.69 MB 3,994 133
817,216 817,216 00000000000000000000289bc2009bc456e14bb6831e20ee3eec2876a286a448 1.65 MB 4,133 121
817,215 817,215 000000000000000000005b4c92e3817f0995a690e2d1a0215b1c015de990a5da 1.64 MB 3,070 189
817,214 817,214 000000000000000000014e928732de2d0ebc47609a674a6cd25f336f0877f72d 0.00 MB 1 0
817,213 817,213 00000000000000000003499e683282b062aac716f990f8d3d495b60482e65963 1.53 MB 2,875 262
817,212 817,212 0000000000000000000016bbe2ae94109363284a2ec60edc5c7e2c083e383858 1.56 MB 3,481 122
817,211 817,211 0000000000000000000018949d644e69e9d2803b848c442ca258c4b91546ef5a 1.48 MB 3,433 158
817,210 817,210 0000000000000000000101e0bf475994c4a20a2ef32c75cfa0bbd8bb351df562 1.65 MB 4,404 143
817,209 817,209 00000000000000000003ca6188aad7ab6ba1d0b69b189735be930b49460b5558 1.54 MB 3,166 102
817,208 817,208 00000000000000000002ac1c193b45f7211b616a9435b6f14e2b8a77fe29a20c 1.69 MB 3,922 97
817,207 817,207 00000000000000000003d2d3acdf57389d55abb2258d9566ca492c601b616277 1.61 MB 3,694 129
817,206 817,206 00000000000000000002ac5ed0543b2a0f28a88bd6985b3674ed32283d11f5fe 1.85 MB 5,019 92
817,205 817,205 000000000000000000009fde94b8a985adaedb0b44b238d061a67e509bf2db45 1.83 MB 4,478 101
817,204 817,204 00000000000000000001c1fcec3b815d8af8610b05fb03850dff19971ddb04c1 1.41 MB 2,560 123
817,203 817,203 00000000000000000002ba69fe893efc719a8bef35bb16e3129483b7e71723a9 1.41 MB 2,796 165
817,202 817,202 000000000000000000040bc09534544cf6765a7bdd450dd99d675c508cd7ca4c 1.50 MB 2,750 179
817,201 817,201 0000000000000000000143320af36d75d9ded0662eda1068089f8296f53d5e64 2.03 MB 1,304 187
Previous 10 blocks ↓
Total Size: 769.03 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,625.75 GB sent, 93.04 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.