Memory Pool Memory Pool Refreshing

1,365 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/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 0.24 vMB 1,363 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (615,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,884 291,884 0000000000000000302e65482950c880eaec8b43e5f0573825c5f9fa81949ffc 0.16 MB 285 133
291,883 291,883 00000000000000009408497dcbcaecea134a69f246fc97ceeeb83c917da78e16 0.36 MB 708 39
291,882 291,882 0000000000000001012d1da1a33f3377db046bdc60e9d2200ba24a2ecd86fe2f 0.18 MB 327 36
291,881 291,881 000000000000000039df508957ab4a55b9cf29ac98aec0b7dde130daa5b333f6 0.66 MB 1,188 37
291,880 291,880 0000000000000000657de91df7a64d25adfd3ff117bc30d00f5aa3065894f4a5 0.35 MB 648 33
291,879 291,879 00000000000000005d18432d4ed57d1557100b549cde87b60fd84c3734913502 0.05 MB 128 39
291,878 291,878 00000000000000000f417711ad92c5ea9542d931b32788e51083023505daa9da 0.10 MB 178 22
291,877 291,877 0000000000000000118817efe0eb93d21a2c804de9291a4da699af283e3133ea 0.01 MB 29 35
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
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.55 GB sent, 94.32 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.