Memory Pool Memory Pool Refreshing

5,590 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,582 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (112,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,355 795,355 00000000000000000004d9eac4af1b8750009c9a0bc3bd99159c812ffbff7d15 1.52 MB 3,493 45
795,354 795,354 00000000000000000004b892c93cdf296a60fb81026de31c1d968903a5889a2a 1.64 MB 3,551 33
795,353 795,353 00000000000000000000158d42d4f6b3112e5f5ec90123799ff047db0e25d29d 1.65 MB 2,487 33
795,352 795,352 000000000000000000038e3d031717c57a2413b850d5fac665dbd92ef31b98b9 1.96 MB 2,035 28
795,351 795,351 00000000000000000000797764f93faa874429798beacc36a53ace90fa9a8021 1.60 MB 3,157 48
795,350 795,350 000000000000000000040e4cf4aa66150eb9726bc5e38dbad5907bcc5cd3e00a 1.69 MB 2,872 35
795,349 795,349 00000000000000000001d23f53ef85d5ee0b578f0a5fe9cf4bf2824f4a74d9a6 1.50 MB 1,944 30
795,348 795,348 00000000000000000002e911b9df2d55db99919de6714acb778992f382aa485e 1.75 MB 3,330 38
795,347 795,347 000000000000000000044ecc1d3f2cf65a34e2926e6a5f0dfac6ef102272c3fa 1.57 MB 2,365 38
795,346 795,346 00000000000000000003ad16c1bf5d2b200a7ace34e995cb766606c1e2d1d6a5 1.62 MB 3,223 36
795,345 795,345 0000000000000000000434f4b760b866805edc2954d8dc9eedf436cb23717815 1.68 MB 2,949 34
795,344 795,344 000000000000000000035ea2a1a37c0163c07851485fc6c4cf965f1a1c799e0b 1.45 MB 2,812 50
795,343 795,343 0000000000000000000395a14345bce0ba79d4fcf4d387ddd3c91b3f4bc63cd8 1.48 MB 2,859 41
795,342 795,342 00000000000000000003507f7316a9280e240c276a071fc782aec25345cb51a5 1.72 MB 3,593 40
795,341 795,341 0000000000000000000552508457cf5951844975f9202030f36c64adbb07a691 1.63 MB 3,369 48
795,340 795,340 00000000000000000004aed61eeb046531f8b4153a3d3f6c38a1ab918dc4e70e 1.34 MB 2,506 51
795,339 795,339 000000000000000000020c36e91bb75ff97890fc2d8d1c234309e000e075170a 1.56 MB 3,783 47
795,338 795,338 000000000000000000020a45304808a3731b0b7f4c72e25fe81e2bc8ac172b9e 1.61 MB 3,514 44
795,337 795,337 00000000000000000000f5ebc6ffca21bf9b9a4ce1056fa0e2dabc6b4474ca31 1.53 MB 3,337 54
795,336 795,336 0000000000000000000123a56fb0567f6f7e5aa5ff27055cb1aef6d7fea076d2 1.45 MB 2,925 76
795,335 795,335 00000000000000000004b414d12e5b3926923e4e123730833861d0d753a7a06d 1.76 MB 3,632 34
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.