Memory Pool Memory Pool Refreshing

3,748 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (53,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,372 854,372 000000000000000000035bf0aafaa7f86905328efccd4fa7a09da90ceb032a5e 1.61 MB 5,679 5
854,371 854,371 000000000000000000015c83a997a92fd3bf2fc1feca578adfc8285ce3e347e0 1.63 MB 5,025 5
854,370 854,370 000000000000000000023bb593ca6c8abab889bd265a303dbbe56c1fbc0660b1 1.53 MB 5,446 3
854,369 854,369 0000000000000000000334a9dbdfb1b823168dabe2655aab1746034986597c63 1.62 MB 3,939 4
854,368 854,368 00000000000000000001ec02ff8034cc46a9e1312ebb4332f62774c25f89c62c 1.53 MB 3,619 9
854,367 854,367 00000000000000000000d814a4f7150b04c500c9d399177c2f6f99b1f91dacdc 1.74 MB 3,401 7
854,366 854,366 000000000000000000011f39ae7043d2fbed4986b7bd7aee41834053dfaef569 1.69 MB 5,469 4
854,365 854,365 0000000000000000000163f30b85b4a11b0628bb621a72f88088e7ed5190ab5d 1.79 MB 5,698 4
854,364 854,364 0000000000000000000093beb88f76b51c58f7e80d355372b819943430dee93d 1.66 MB 5,990 3
854,363 854,363 000000000000000000011aeece50e957879db2ce0405ee202c945af8daa47d83 1.59 MB 3,520 4
854,362 854,362 000000000000000000017b4f29e5669f5e366300b1e07aa47970e04c8c79efcf 1.58 MB 6,028 4
854,361 854,361 0000000000000000000115b5178a8d7987e402d52eff153b74b06b782a75ebeb 1.56 MB 7,015 4
854,360 854,360 0000000000000000000050e60693cacaa2a1260e079d851a18d48c073d714675 1.61 MB 5,266 5
854,359 854,359 000000000000000000029737fb98fc2984b386c26b86a5c713995fcf30f0588f 1.57 MB 4,653 5
854,358 854,358 00000000000000000001bade75a6477e4e99b9595f576acd0cb3884b1a630dd5 1.54 MB 4,770 7
854,357 854,357 000000000000000000005c62fec4edb66cf87c4cab8110f5dc623f45bac71cc4 1.64 MB 6,006 5
854,356 854,356 0000000000000000000079ae8ef4d9aa354cd84e9c1cad1ce9009c4dffc7520a 1.61 MB 4,812 6
854,355 854,355 00000000000000000000ffe7e3819f08437c829f047f6b80d597ec2ec8a4f4b8 1.50 MB 7,338 3
854,354 854,354 000000000000000000019f9d4d93859d17af343a928a784b90936da37252ad01 1.51 MB 3,715 6
854,353 854,353 0000000000000000000238c63be5503b23eb9c40e3f99428b9068f000af70388 1.58 MB 6,501 4
854,352 854,352 0000000000000000000231e626149aa8815a15f03b2ffba4aac0307817622176 1.56 MB 5,491 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.