Memory Pool Memory Pool Refreshing

1,754 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (646,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,434 261,434 0000000000000017400bba52ee76f71287d98f025de58de971a9d54d5b2d7cd2 0.22 MB 518 113
261,433 261,433 0000000000000014f610524ccc5acc864f3d24b1e699cb683e636e456b660c71 0.21 MB 515 106
261,432 261,432 000000000000001a7764d2f0053c7f68e81febe7846d164f68c3cbf489a7c2da 0.08 MB 215 129
261,431 261,431 000000000000001be272a40c0df194ef7f171660a4b9c4e7c1cc2f729ce7e14e 0.05 MB 117 77
261,430 261,430 0000000000000000d8829c6244a3a833f6a44e0f35467c95386ed9719aa34470 0.16 MB 319 108
261,429 261,429 000000000000000d6679d02c6c0e7feb65894a647153a55b6f3815d171b8000e 0.04 MB 87 91
261,428 261,428 000000000000001367afaf0b10ce6a63350773bcd486e2894b95829f46ee88b4 0.01 MB 18 157
261,427 261,427 0000000000000016965eb4be6c8a6604103c6e6911b08e44e301ea2e2d4592be 0.04 MB 113 112
261,426 261,426 0000000000000014a61a6a9f6811d1e830d858c17b07142e525384501f936a1f 0.01 MB 6 19
261,425 261,425 000000000000000a275d08b8e8152a020b55dfa4f8188c203e373b3398444c1f 0.14 MB 362 124
261,424 261,424 0000000000000010868d7c840a9f7e77cde9b449ac8fafd4844fccbf56a319e7 0.04 MB 75 80
261,423 261,423 00000000000000041ec385e06186df7ac22ead31cd1f50412f9e2d80a8722f5e 0.02 MB 57 75
261,422 261,422 0000000000000007ce3962928e34e7936bb0be4d6c7e7c8e64c7bc2539481d90 0.03 MB 77 109
261,421 261,421 0000000000000010d59aae207b2b53420fb67947113603de55cc47ef16084eef 0.09 MB 209 149
261,420 261,420 000000000000001224089a058f45a1a4c5f2d0e2fafac6aca5d0d88b2701afa2 0.24 MB 504 113
261,419 261,419 00000000000000078104ba5b2b46a4dee6379a94608668ba62a604c413d1fe4e 0.12 MB 279 106
261,418 261,418 0000000000000005076ad7fb6cf6d500d894e04a08111b908f79ab8aa4628052 0.17 MB 342 79
261,417 261,417 000000000000001226c5b2fe30bd7097cbc82b809d21d646939554fe86f54455 0.25 MB 663 179
261,416 261,416 000000000000000c42b79ce41fec3f36ce7c525e454d4f1c0d5c890443ac13ad 0.22 MB 431 100
261,415 261,415 000000000000001157f6e2317528968f86121850db6f98108d2d695f1231b81a 0.08 MB 155 113
261,414 261,414 000000000000000f979bb79eb0f6df9da98dcffc8cfbf6a6b96732d154d8bd5e 0.02 MB 74 106
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.