Memory Pool Memory Pool Refreshing

5,678 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (587,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,771 320,771 00000000000000000ade48adc39c34f096b30a4410b4039728fb0f50eae25d40 0.40 MB 649 26
320,770 320,770 000000000000000011075324fb39692a20fea83a22a721f25f2273bab5448fe8 0.22 MB 373 23
320,769 320,769 0000000000000000220a49a0fa2d6ce59206945b6aeaf6447b9bb67f981307fc 0.22 MB 304 21
320,768 320,768 0000000000000000053169998f64d7a8a38e3b457e41a0dd4879c533b659819f 0.31 MB 324 17
320,767 320,767 0000000000000000032fe19c1dd90db86f1adf68a3af1f47203b49c3fba6c607 0.25 MB 307 21
320,766 320,766 00000000000000000f8a82fc8bc56c8dc90cec0f88179bcd61c08e76f442fce0 0.06 MB 100 23
320,765 320,765 000000000000000024ca847bf58ecbd65f1ee4ee853d874629f2907e34f37f51 0.65 MB 883 23
320,764 320,764 000000000000000008edfda514f067b52e8548cc4a1a45832691fc67d5ac2c0c 0.02 MB 13 6
320,763 320,763 00000000000000002093600d0d0b95e4e03ff6048b5a4c178e9bb30e087136af 0.43 MB 778 26
320,762 320,762 00000000000000000b1e674e926934e6dce3acb3f656ddebef0740d7bee43d70 0.08 MB 169 35
320,761 320,761 000000000000000021adb331a933ad292a00e35a2be30e6e3719c9561a8d1322 0.05 MB 51 5
320,760 320,760 000000000000000022406b004a386df08982928e976d2a5856a79475024d2f30 0.43 MB 831 29
320,759 320,759 000000000000000004197efa00aac71896aa9fd5aceb1cfe0c8bf4a5ca1ba85e 0.09 MB 141 13
320,758 320,758 00000000000000001ecbe2da2f48a81747a55e12cb05ad9744db23128cf8d608 0.43 MB 801 25
320,757 320,757 000000000000000024d90cc62e3267583861c26d2ee3d51ca42d94b0d64c6931 0.37 MB 727 29
320,756 320,756 00000000000000000f13a5d7fcc951643b4c6d56c552a4843d87c8417106cad6 0.17 MB 356 28
320,755 320,755 00000000000000000ad4cfb538eb23af8477acbb56f93fdc92210b493c1c6418 0.30 MB 450 23
320,754 320,754 00000000000000000f90a96d01980b40e2ad654ef71e717f2693d68de83c95f1 0.32 MB 426 23
320,753 320,753 0000000000000000174f91c1b9f414edda9e27168140305fa82c553d0cdfc348 0.38 MB 360 20
320,752 320,752 000000000000000001757d3db7d10efb786cd5063567c684f7c0b8827a3733ca 0.25 MB 484 29
320,751 320,751 00000000000000000ff7a5e19887d28ad4ff1b188417b68f7503c9f47ee40c82 0.50 MB 561 19
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.