Memory Pool Memory Pool Refreshing

12,297 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (694,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,961 212,961 00000000000004d3c6f3b409399b96e41a0d70e4bf2d748069c5ddfebf59c9a1 0.25 MB 1,004 206
212,960 212,960 000000000000040c6c5a970e65d8634d3b9f08ce354cdaef38be23f63a50cdfb 0.25 MB 665 181
212,959 212,959 000000000000042ef85cb041a40433b1079295f2f9432b008bc4f222e60f8dec 0.18 MB 469 181
212,958 212,958 00000000000000c0c20c91c923911c1c3d9a3961c33e1f5615c1ec3c2d7a256a 0.23 MB 579 257
212,957 212,957 00000000000003f91bdf165f558a8e57431347f5fcb2cb210e9a86f4171540a9 0.09 MB 248 180
212,956 212,956 000000000000007069ebb29b500f50a73b782982ea8b383a22893387214d783f 0.09 MB 170 110
212,955 212,955 000000000000030ced7d02b925d6a8709a4d1559afe535d863cbc56d0e569894 0.17 MB 288 133
212,954 212,954 00000000000003f32db192cc2200902ad727fbe023140c27411c68d4ad35900b 0.24 MB 604 244
212,953 212,953 000000000000005657d9471a8869a32797a76d5efb792c745a3d5e7211f9ada3 0.00 MB 7 446
212,952 212,952 00000000000002532d0c8abcd11ae289a122a776a09b50fe51f959fba200daf6 0.06 MB 165 85
212,951 212,951 00000000000002536c3170d780109dd098af8996b5e998e76f85a534c41257e9 0.17 MB 375 155
212,950 212,950 000000000000041cbcb66349024ff0a5d520b63e81a4c1ae952ca1756606313f 0.19 MB 420 177
212,949 212,949 0000000000000069da5bb906b5a6957aec3f9b3169e84f1cda7e6e289727c578 0.32 MB 592 156
212,948 212,948 000000000000033210cdc9aa59d99683012239847e530c834d4ba27f0a981eaa 0.08 MB 151 146
212,947 212,947 00000000000002290355b1b3477d1cffb659de2eb02ee5df3e1a96665dec9f5d 0.05 MB 64 155
212,946 212,946 0000000000000175d10617a9b6afcb0a62edbe554a28eacaa2e50fffa71eab74 0.04 MB 106 173
212,945 212,945 00000000000001e31799b3ca554d0a4bb3124eac86bb0ffd6caf9ff701d8f2d3 0.12 MB 247 169
212,944 212,944 000000000000032779a38ab92451fad0c4cb6057417a641d0f04f2ff232b3dad 0.04 MB 140 91
212,943 212,943 00000000000002d0a13a94434adebed093b984aedf35837950596146d43d5080 0.13 MB 258 189
212,942 212,942 00000000000001036a8ad853bcca69261bb699a62cabc10913b1064973319954 0.05 MB 145 264
212,941 212,941 00000000000000588f9f09f78e507c2b361148342a335ecd09854c5f9f8d0d43 0.23 MB 235 112
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.