Memory Pool Memory Pool Refreshing

14,279 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (615,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,876 291,876 0000000000000000dbbac6495217a63d81312b624b8e8ff736a74821949db14b 0.10 MB 131 34
291,875 291,875 0000000000000000dda2915c41cedb41a621e66489e8ee7a354ccca892c5dd40 0.28 MB 341 25
291,874 291,874 000000000000000101e502cb9e8b6b5bff7fece255ea114a0c571a8e21890a70 0.35 MB 781 40
291,873 291,873 000000000000000044a47450a7cbff646cb041246feb92fcf5197e4f0e5fa197 0.15 MB 361 43
291,872 291,872 0000000000000000a1adef964e28beafc83b4cdbbb5c669e8c40ba33ffc3bd83 0.50 MB 873 35
291,871 291,871 000000000000000079557def76dddcd2c93da1b66c4371a714223bdb6c5d7ae4 0.25 MB 516 40
291,870 291,870 0000000000000000e8033afc5dfad298a95c73cbe7bc11186c7544460c007fde 0.12 MB 220 25
291,869 291,869 00000000000000004674e91dd6efeac7255d1de13fadc55261241dcb6d8397b5 0.21 MB 283 34
291,868 291,868 0000000000000000c331755dc8dfdf2edff6e9ae5564178c2bf39adc1424aac9 0.30 MB 630 39
291,867 291,867 00000000000000007feb3988e09683e92c5581656d9bb33f2a550f3dadb046f0 0.23 MB 364 46
291,866 291,866 00000000000000007c25aaff973fc141c768a09a55278dbf001c80c670a7a72e 0.30 MB 684 36
291,865 291,865 00000000000000003275996b4927325c321a9114b0be8a8462a3c10ca4c6b311 0.78 MB 976 26
291,864 291,864 0000000000000000951c44e55ddbe374c90bbbb244c6ee9e2c4767db8fb67755 0.50 MB 819 76
291,863 291,863 00000000000000001ed626a1c4cbea37bdd8ddc039442f6c2030eb065a7cc07e 0.50 MB 1,100 47
291,862 291,862 00000000000000002b7052846ad42ce7e47699e8581c06038bf9a1c71cd67cab 0.25 MB 333 31
291,861 291,861 00000000000000006bb6dadc98c884ded842ca83a16e27c0ee6fda55a6b07867 0.15 MB 109 17
291,860 291,860 0000000000000000955f528c144594d0ebee1d859862ebdb90cd634ce941178c 0.35 MB 429 30
291,859 291,859 0000000000000000c9d5f7a671baeb7b4b8672b39e7d270807742fedb90dff11 0.25 MB 123 14
291,858 291,858 000000000000000074221b37f13baaa0d2f72045b0607665eea5e617290db286 0.35 MB 506 40
291,857 291,857 00000000000000002832abb574c4a8d6fed1d9bd258ba395d270fe2d26882ae9 0.35 MB 479 25
291,856 291,856 0000000000000000f6eb74b235beb95ac9624619f344a6b2a435d526c1222217 0.50 MB 392 22
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.