Memory Pool Memory Pool Refreshing

4,967 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (796,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,072 111,072 0000000000006475d1d218b07998a93f30bf1e7e1fe9190c8cf681ea2b9630ab 0.00 MB 12 0
111,071 111,071 0000000000012373674505bcaadbb377c63d543134df463b7ef9d0211ee08274 0.00 MB 10 0
111,070 111,070 00000000000109659423f6591b07909d3ba27514a6bce2410a92e24da030b610 0.00 MB 11 0
111,069 111,069 000000000000edf1c86b04cedae72417a40df6e114853ddf387f6502e37f96e2 0.00 MB 14 0
111,068 111,068 000000000000801a6230ca2e372b78a1b7f6d2a877db8a426126ac7f1c086a64 0.00 MB 12 0
111,067 111,067 000000000000054835980442f278340578a63d7df139c54cfc8d3595503accd1 0.00 MB 13 0
111,066 111,066 00000000000093ef534583b933ba55985b2601a2075faeef958f7c98c861ce97 0.00 MB 12 0
111,065 111,065 00000000000055eb71336aef60fee8d6227016ade81e72928ffeafa42d455a24 0.00 MB 13 0
111,064 111,064 0000000000006ed1742e1069b6c94eda1983bfdab9836a37eb8169f7c4f640fa 0.00 MB 12 0
111,063 111,063 00000000000080688175e90da10724c0544e180bb230f234bae4812bccfe75c8 0.00 MB 3 0
111,062 111,062 000000000000c3450da94ee0dd85067ced39a45b7ceafb4f4cb74540d801d280 0.00 MB 12 0
111,061 111,061 000000000000800562f91eda9fc2c3b955ec93c09034fb36d9a3696ca0927f02 0.00 MB 18 0
111,060 111,060 0000000000010880da1faa03f70e7c6fc0fcd9474d4e92342c045ffa64af539e 0.00 MB 12 0
111,059 111,059 0000000000005b54c7046e030d469fd3afbb7013b7e21b2f4120ea0a0068930b 0.00 MB 10 0
111,058 111,058 0000000000010dfe654d81ce5b9c46750f666c55d6583b8cdc3c7316de96b2da 0.00 MB 12 337
111,057 111,057 0000000000000cf083f3391587a4d403106ce6a1d891f630d8805549c12fd5fc 0.00 MB 12 0
111,056 111,056 000000000000eb550fd978d1934656dc95cff4d200f6263ba8ba14ab6de110db 0.00 MB 12 0
111,055 111,055 00000000000108b8248b4c05221a782d6443bbd9f8ad3fba7f56abbf27a3b8bd 0.00 MB 12 0
111,054 111,054 00000000000037b799004c2a2694dcdc37a7d9306c3f99fc392398c1640127e7 0.00 MB 15 0
111,053 111,053 0000000000010005c3ec794a7e96a82a65c1606323738ec7619ae70fefae1ded 0.00 MB 14 0
111,052 111,052 00000000000081bfe60b1db6f1ba4a04cfb6f12c7b4d0f071284b36da8b0011e 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.