Memory Pool Memory Pool Refreshing

5,330 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (617,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,009 290,009 000000000000000081d028b9b8ad73f493296a0557d969dfd202bcc1659ffa2d 0.14 MB 210 18
290,008 290,008 0000000000000000c65356802552ff1ce7cad1cec9d90e05646f8d203d760d55 0.35 MB 656 37
290,007 290,007 0000000000000000fb757965c0efffedcb42830b5ae48569f97d3ffdc8c84b62 0.05 MB 99 33
290,006 290,006 000000000000000028523ef16f0754b8c1879d49fcb55dc0ae38f4e56bddef4a 0.13 MB 52 12
290,005 290,005 0000000000000000e182dfc4bde644721bc5824b52adb589b7b01554f7e0773e 0.25 MB 359 21
290,004 290,004 0000000000000000e6815ccb968857fffc31c25fcd89eaa2ad52d72994ca6ae0 0.08 MB 256 73
290,003 290,003 000000000000000099b8f637e565861f593a9bdc056f92bb66e3a55c067410a6 0.35 MB 864 29
290,002 290,002 00000000000000010da98e7bc9f4b62f362a1d0e6dbd43a4c8c4f83b63d301df 0.25 MB 558 58
290,001 290,001 00000000000000006fa3f3b92c95c83ddd9026af8e00227c2acd34b35a7bb290 0.18 MB 315 30
290,000 290,000 0000000000000000fa0b2badd05db0178623ebf8dd081fe7eb874c26e27d0b3b 0.33 MB 355 26
289,999 289,999 0000000000000000417e85b03b5c8e973ccf3c88359512b43d22c49501041eb6 0.24 MB 494 36
289,998 289,998 0000000000000000c75995a96d88b4cae0b86ae3affc1d4aea479a072fb584bb 0.12 MB 250 25
289,997 289,997 00000000000000009bb669ae7c11a62696e2f4a842bb4b73d84f27243b25cbcc 0.12 MB 211 38
289,996 289,996 00000000000000006f4672a842975854c910936ffce939e4cc5c3e67d4728545 0.18 MB 313 30
289,995 289,995 0000000000000000f78a5f2c4f297357fd9d7313f4015e1b05cab1a1e2ba98bb 0.18 MB 353 29
289,994 289,994 00000000000000002f125c281e8a61cb9ae67eae6c632a4af7647feee7d9882d 0.25 MB 281 20
289,993 289,993 00000000000000006d19bb082a620f639423021426cfb02c2e9dac5ebb7698a6 0.35 MB 409 20
289,992 289,992 000000000000000046552269a390af6ee46e7fa91971687cb80104fd15a74c5d 0.25 MB 768 48
289,991 289,991 0000000000000000891351ed98d3ac7169de554e33fc16cce083110a2ba1f08f 0.34 MB 517 27
289,990 289,990 0000000000000000c7838f4c0ae1ea01f8cb65d4f67ab2156dcc86e7a98ac064 0.17 MB 279 27
289,989 289,989 00000000000000002071d9c28d4fb2eef024163dd10c2849fa565f2096bf4098 0.35 MB 628 30
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.