Memory Pool Memory Pool Refreshing

2,295 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,900 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (169,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,891 737,891 0000000000000000000761355ed045c3b7c4aae7b51badddefc6632f13b2105f 1.79 MB 780 1
737,890 737,890 0000000000000000000043de07361a26a4b7152afb81ed2ebd69515d1e6f2ffa 1.47 MB 2,589 10
737,889 737,889 0000000000000000000083b6d02dc0e863e5515ef1c3a3bb42005905c575c8dd 1.67 MB 1,911 7
737,888 737,888 00000000000000000009565b03cdc4f2eaadc21d11c2e863742c1881c9ff90e2 1.16 MB 1,287 17
737,887 737,887 0000000000000000000939cb0c50f86277f089fd6e8bcab8098ef5cb79af67a3 1.39 MB 2,774 21
737,886 737,886 000000000000000000046fa4c69ab5430d72272cf8177dbd529c46cea8006492 1.71 MB 2,167 7
737,885 737,885 0000000000000000000066be1e4ef8f79443ffcf5a8d366e97476739efd1cbe1 1.64 MB 2,550 15
737,884 737,884 000000000000000000017e8d12b90b89644781606fe53a5b8e0d00fb2af73e54 1.58 MB 2,937 19
737,883 737,883 0000000000000000000134510bd0bbe6ec4e8af813b2d8f67f65f2019d5406d6 1.36 MB 2,542 14
737,882 737,882 00000000000000000007f12a7b2ff2dd2fc84817b0151e4c85019869aac0d442 1.50 MB 3,298 18
737,881 737,881 000000000000000000029f6bd6ab13148bc477094732598167d9528e3bcb2174 1.54 MB 2,585 18
737,880 737,880 000000000000000000011442f4b0aa2aec0099d0ed183ae16e54ff8438141512 1.36 MB 3,129 33
737,879 737,879 0000000000000000000934185295fb490f09610d3813e2e8d8d9380ae42f2222 1.50 MB 2,980 25
737,878 737,878 00000000000000000003b163edaa14ba4af6d5fa61aa608a090b0f89b80a1053 0.54 MB 1,187 14
737,877 737,877 000000000000000000079c1cde5447e838ca4582f4ac27e2f2fdc8ac47efb532 0.68 MB 1,060 8
737,876 737,876 0000000000000000000911d9d35058d42c50db99fd1ddd8c88b6b9bdc8299f19 1.60 MB 2,652 12
737,875 737,875 000000000000000000028932d2e7f34b3bb72118dcccf4c6fced186580086759 1.58 MB 2,724 17
737,874 737,874 0000000000000000000627238de81423d9056313d4a596573b8cee4a5cc96124 1.51 MB 2,550 14
737,873 737,873 0000000000000000000414be13a9a9ddb8c14d0039668c5b174ddea23ed1df6c 1.05 MB 433 1
737,872 737,872 00000000000000000001cde618aa628ec3ac566c62f4f0c903ce43a13f115165 1.92 MB 1,265 5
737,871 737,871 00000000000000000006e18e218f9c745946f4bbf8cbdc42109502416c3c6d74 1.60 MB 2,681 3
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.