Memory Pool Memory Pool Refreshing

5,628 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (739,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,869 168,869 000000000000011847dea241c0f8736ee78e492e5b8c74164dadb12979dcebd1 0.00 MB 3 103
168,868 168,868 00000000000000932208f3750f6f3b2626aeaa98230d6acc998f9a057e17dcf4 0.03 MB 98 26
168,867 168,867 0000000000000b0c126133512ea6611b9c1ed483eb07938b906ca203f1819840 0.02 MB 53 69
168,866 168,866 00000000000002682073d04650fd7a122146eb2e267054ebabba205d21c9ed61 0.01 MB 34 72
168,865 168,865 00000000000004f68dbeb2440e8b3ba062bc28e2116c1a8efc2628fbe7e73ba5 0.02 MB 47 266
168,864 168,864 00000000000005d59d9c7b400af3ee9c9e03a1a1d600bb5a28c50ea30bd42479 0.00 MB 7 51
168,863 168,863 00000000000000e7981b1d2a5ddeb75b1fe8448833feecd961c3f25bba06f1b3 0.01 MB 28 4
168,862 168,862 000000000000071d21f9b71b973ab97ca8c94070f5382b396819d1d728adbb9a 0.03 MB 15 809
168,861 168,861 0000000000000a57f296786bc05fc27721c742d5d647ca507d5f24b2300ad5cc 0.00 MB 12 335
168,860 168,860 00000000000000f94d10913a1fcba6827f143a3ac1278e23f59512aa45b91cae 0.02 MB 66 46
168,859 168,859 0000000000000151fc624f2b9819affb0681d6e36694411d890b390ff5ad21a6 0.00 MB 8 40
168,858 168,858 00000000000001ac7b11c77aca239746adb795eac4fc903370a1c8fa1df69881 0.02 MB 40 30
168,857 168,857 00000000000007ebd771445a60445c78b722792efa0d2733438f8a5732269cdc 0.01 MB 22 6
168,856 168,856 000000000000030b5507e734af1ec03f8b30b01ab69d3c1293fb86fa3af1b727 0.01 MB 27 143
168,855 168,855 00000000000001122d1b4b105ab133f9ec6ca86730176d6c34fac30816bcecbe 0.01 MB 22 6
168,854 168,854 000000000000069881b9772156db173771726e93953c61b4d79b233cbdec228e 0.02 MB 32 23
168,853 168,853 0000000000000a9a53519c98e3f2b69a1b7c13f91a78dd94afe26336673dbbb2 0.00 MB 1 0
168,852 168,852 00000000000005e5ce3f0b9b17135020784c6a7281b9204ac565c4f4dc327f1c 0.01 MB 31 235
168,851 168,851 00000000000008b19d737e57de3b263bbd38dc6c79fb0f7483703a263cf6c858 0.02 MB 56 52
168,850 168,850 00000000000000d8a54d1f460af5ae5786668f97197f845937e9c68824cc8bb4 0.03 MB 80 65
168,849 168,849 0000000000000860ce83d266771b4cf54f9e6d56e6dbb9bb99b1f323c672419e 0.02 MB 15 54
Previous 10 blocks ↓
Total Size: 769.42 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,645.30 GB sent, 95.06 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.