Memory Pool Memory Pool Refreshing

4,692 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (147,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,862 759,862 000000000000000000027e5074f3288efd92ae866c562f217206e866a51aebc6 1.45 MB 3,076 12
759,861 759,861 0000000000000000000336d681f9a32d668493008c8c0120d98b78b746df416f 1.36 MB 3,158 28
759,860 759,860 00000000000000000002e11f92828cff0d6b8b6d9a8107ad3e4d54c0fe9fc739 1.51 MB 3,192 13
759,859 759,859 0000000000000000000498e54e939b4eac46a3b550aec240f8a97eeba0aa2060 1.71 MB 1,131 1
759,858 759,858 0000000000000000000002aa01c3d384d4699b1b2385b8b79ecc4e40e7c26fb1 1.60 MB 2,822 4
759,857 759,857 00000000000000000002b0642062b6d1b084104f741aa4e556ccce7c57711453 1.49 MB 3,277 13
759,856 759,856 000000000000000000003f6f6269ccc539b7fc57df554259df0944a49b4c0be7 1.53 MB 2,795 12
759,855 759,855 0000000000000000000007e631582820043b56a6ae3b95cee2f65d21a50f65d1 1.47 MB 3,539 8
759,854 759,854 00000000000000000003fe33d2413ea88f5845db7a2990bc8cce2357625e8fe1 1.39 MB 1,990 11
759,853 759,853 00000000000000000007afd8b6081a7064e914102606a143caf83cba8c493040 1.35 MB 2,369 16
759,852 759,852 0000000000000000000020972f80c736e561a2368332746ed3bd9c2b626a5ff4 1.84 MB 1,910 4
759,851 759,851 00000000000000000001e380ce74aa79da69cfb17039d5e0fec83cfe9039ce3d 1.50 MB 3,323 12
759,850 759,850 000000000000000000059ece075508d750e7e2d69eff09fcb921470fa70ffe14 1.54 MB 3,218 9
759,849 759,849 0000000000000000000363dfe7d7f23117c5d2c772a250f5952861c06e1fa400 2.32 MB 164 1
759,848 759,848 000000000000000000065a9c024aa797685345004458df2ea0d5f5b009b32730 1.55 MB 2,149 6
759,847 759,847 000000000000000000041d270707bfd0bbc759b33f49216417799a24d342d64a 1.58 MB 2,505 9
759,846 759,846 00000000000000000005d0cba043f1cfa7a12212ab5d18b808d0d5692644f958 1.72 MB 1,157 1
759,845 759,845 000000000000000000022994850a0526258fe10c647705135867ac2df90899f8 1.50 MB 2,658 8
759,844 759,844 000000000000000000046ade05a8565a01001ba91f985f437ea23dc928ba43eb 1.55 MB 2,764 9
759,843 759,843 00000000000000000001a97505497277098746300af4809dded087d66697f8f1 1.55 MB 2,982 7
759,842 759,842 00000000000000000003ed92f8bfd151c6c965fff32e017ad8e584f8050f1c03 1.42 MB 2,353 9
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, 112 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.