Memory Pool Memory Pool Refreshing

1,609 transactions
12.58 vMB
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (904,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,281 4,281 00000000f53ea76b32a50f179246402013ad9f89b3d520d182e70bf5745b2e86 0.00 MB 1 0
4,280 4,280 00000000c21639cf017515976786be5c4b84d1d36cfac50b1d8bb9d23fb89108 0.00 MB 1 0
4,279 4,279 000000002d5d2941d8460d49d674fc464977770699de65cdf7fd3301c2a2a862 0.00 MB 1 0
4,278 4,278 00000000651a9908ed98790f1431e5a08e8d2f79cc8acc796bac3be1ef5df558 0.00 MB 1 0
4,277 4,277 00000000f1e3293bd933c93f0926d804a60ee6d58b1ef155eb52ae9ba3b49427 0.00 MB 1 0
4,276 4,276 00000000e52c0e74a5c8a502b8f04a83d1a9f8a84c50fc1a9f9ca1e7fc4d6529 0.00 MB 1 0
4,275 4,275 0000000010a4fcc5a5b193df91fec0f642f98236ef73d091b3158fb01eae2ab4 0.00 MB 1 0
4,274 4,274 00000000dda72c64578c0a74d961a3546ffa6c1dba67978dfa5e851f9c87c36c 0.00 MB 1 0
4,273 4,273 0000000028e799322637b12a289d73615061ab609a6b77788733a357ae6e58d9 0.00 MB 1 0
4,272 4,272 0000000007db14af86076689f72db44c62948c2bc32d0ec447f12a7dde2de91e 0.00 MB 1 0
4,271 4,271 0000000042c0deb0e0bb3fe97be2ca7357b18a8d17383f6431f188b8015c6dd3 0.00 MB 1 0
4,270 4,270 00000000e1101b7c4d68eb2380b7cdd42a6d531045c6d9864cb7ed4eeb2e8221 0.00 MB 1 0
4,269 4,269 000000001ec8d2cdf22c45ca87e1fdcd2823ad26378973d070d7ef19fe07f303 0.00 MB 1 0
4,268 4,268 00000000c99e8d9e1c369bc0d6d838e4a59781698c1fbeaa18b25af4cd192651 0.00 MB 1 0
4,267 4,267 000000000c96c156700bd534fd1a5e505cf7c54638e4c143a7f168aa4882c9e0 0.00 MB 1 0
4,266 4,266 0000000077e3deb6236674a777b4186169c1b5c5edbcd37758280396e0a1b199 0.00 MB 1 0
4,265 4,265 00000000c655da1c0d5340ae1b23728b044d39d2febbab2d15e0f6e0ce3d1f8f 0.00 MB 1 0
4,264 4,264 000000004e7d92d09fe41103dc0b49c8392799f00f3dad673c7504b1fcc23c66 0.00 MB 1 0
4,263 4,263 00000000d5772dcfc3f1b1596ee0b5556ea841669e3a3505c0d1dfcfe324fe20 0.00 MB 1 0
4,262 4,262 000000000a16b760fa47b19770ad99986deddecb2426bdc6e60fac7d5c2bf543 0.00 MB 1 0
4,261 4,261 00000000084a11d06f9abc8b7b6a18af538eca78734e4af41c9e0e5550eee950 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.11 GB sent, 98.45 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.