Memory Pool Memory Pool Refreshing

4,186 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (826,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,884 81,884 000000000033e0572856d0724a9ecfdc5b7123e67fbb7a944306f98308945a6a 0.00 MB 1 0
81,883 81,883 000000000008e342b63f9b9b031b59206a78b64e31efa423e5b55691c01f0c2f 0.00 MB 2 0
81,882 81,882 000000000024575161265f19a18aa123950c51742d8341501cc7c88ffd086a17 0.00 MB 1 0
81,881 81,881 0000000000130e73eb0ef1a5d64b701b82344d799853636fe3d4c63ceb9f0531 0.00 MB 1 0
81,880 81,880 00000000000adb16c53b6ed113fdc2bc2ee6a1ab9211e3296f3e62ee61893fa3 0.00 MB 1 0
81,879 81,879 0000000000039e6ef19be726e36b3d347e01b278ed9c347f587e0eed660ee887 0.00 MB 1 0
81,878 81,878 000000000023a6911547e37fbe474f1b0add4fd79cfdbf964b8c5c50eb7530d9 0.00 MB 4 0
81,877 81,877 000000000001b047f58bd37e788c06079fe2d13bec39fc35d1c28bba09e6d9cb 0.00 MB 1 0
81,876 81,876 00000000000ce273e3126bdb98cab8ada8f1133ee2ab3e278c707db29babe7f2 0.00 MB 3 0
81,875 81,875 00000000002fa330a8aa83f018633f6cbad3eb7efdef7a160403dd3c1ee2b143 0.00 MB 1 0
81,874 81,874 0000000000142bb1fbd7b68b10086e27e077ebdb798adc2329a5667778b07495 0.00 MB 1 0
81,873 81,873 00000000002b8c342ea235ea576d7074c585ebee6c1dfd874742504ba25ba126 0.00 MB 6 0
81,872 81,872 00000000003ab5551fb8736e2ce9084dc58fd62f51f2d17714cb0249b1263590 0.00 MB 1 0
81,871 81,871 000000000037990120ce9c8e60b4583a45e6ebc1512a6ba1e8b44c2a1bdb92e1 0.00 MB 1 0
81,870 81,870 00000000000fa662a99a20de10dde23b4bed6126f2061f15b01c02599c813c7a 0.00 MB 2 0
81,869 81,869 00000000002eb543838d0142e4b8e4e9e53e6490953010939c9d74e1263cb5e2 0.00 MB 1 0
81,868 81,868 000000000020d868984316e47d8150465563b3bc9b173b77e5118e6a09c9d59e 0.00 MB 2 0
81,867 81,867 00000000003315f3bcdc9b86afd9d85a6f295ede6ef8bbdde25d9d8a7cedb755 0.00 MB 3 0
81,866 81,866 00000000001abd5c832fd47d9a0c61bbcab81106787571e83b1793c86c95109d 0.00 MB 2 0
81,865 81,865 00000000001bc7d0c07f65993841917c1e8c6216246c284d1fb8636f91f951b6 0.00 MB 1 0
81,864 81,864 00000000001d0e3358747c812f1063b603b4351092d5448009d199a60715d355 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.