Memory Pool Memory Pool Refreshing

2,944 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (585,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,191 322,191 00000000000000001c6accc9fdb93b9189cc1ecfaac63361a1ac4e939281e33a 0.47 MB 778 23
322,190 322,190 00000000000000001d865210dcc3f71ca516c868457b302d3db1b5b2721e310d 0.41 MB 176 11
322,189 322,189 00000000000000000e42fb80393b1999b7d79cde050c811285c438d80187f7eb 0.90 MB 1,461 25
322,188 322,188 000000000000000020c30768b343b8516f8ab6d7e3360b7f5088daa68c607ccb 0.35 MB 721 28
322,187 322,187 00000000000000001563e87dfb0e346aed8fa7934ec477b6c112409aeb78fc07 0.43 MB 348 12
322,186 322,186 00000000000000002155593551bf6f75212537fce7d71f7ee86e8a4ca994a3db 0.93 MB 2,243 37
322,185 322,185 0000000000000000198f6c903997ab0b04b484f24aa04bc0c15379deeab8e824 0.12 MB 94 10
322,184 322,184 00000000000000000f76f21ab88b21930bdc4ad9ea71413737ac8f460da2853d 0.75 MB 1,456 27
322,183 322,183 00000000000000000d50fad6e5da055617d602317e54c979b3dba178433b75dc 0.37 MB 456 20
322,182 322,182 0000000000000000062a9a01b6a9708840802b9c01cbf9275f67612e2b4fc67e 0.75 MB 2,084 38
322,181 322,181 0000000000000000172eefaa475d401088a273590b4c42e3b0e385a126aca478 0.24 MB 421 22
322,180 322,180 000000000000000008a4111e7627c355eee3da411d6a490dde6075b0aa49a926 0.32 MB 603 28
322,179 322,179 0000000000000000124dd63f1568068274902878ffbd75aeed9d07dbbe8cb918 0.20 MB 281 22
322,178 322,178 00000000000000001370ecb440a41eabf750b1557ad9f83c38cfe70a30ce42f7 0.68 MB 332 13
322,177 322,177 0000000000000000166126aa9b0a0c64b6f319607376571b72117ccd729e0d04 0.25 MB 684 39
322,176 322,176 0000000000000000058ab2f654a0bcc14f8e03120597d7e6909f6b71b340673d 0.90 MB 1,771 27
322,175 322,175 0000000000000000125c21f2302d0744167177be4fce4455dce599051bdaffde 0.30 MB 1,024 54
322,174 322,174 00000000000000001d4003ce86bb12810592ba84e9ff5d203474bffcb80bddf8 0.21 MB 347 23
322,173 322,173 000000000000000007cd96ffe3af63b943ed6116949ca96d9fa3ee63f7ecb426 0.19 MB 341 27
322,172 322,172 000000000000000022ee14b3eb0a612e16eb8f68822a1eea9af2817ebb2d7a1d 0.32 MB 463 23
322,171 322,171 000000000000000003d81aabeb12803668b02aca5e2bec4d2f8b57031cbbbc29 0.25 MB 495 26
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.