Memory Pool Memory Pool Refreshing

3,067 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (642,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,749 265,749 0000000000000002e9599c234cc7ffc11f1736ba58fa41f696cd19b0718213a2 0.12 MB 242 66
265,748 265,748 0000000000000006681a5ec95db5e196fa7ba490f51c56c2866a65bb5de18a81 0.44 MB 430 37
265,747 265,747 000000000000000af7da56f73de033a984f74560bfb00fcf9ff303f784adf360 0.25 MB 592 122
265,746 265,746 0000000000000002c8dcc3c7f05846c8afa2bf2db22c86cf3849d60ecab87abb 0.25 MB 681 159
265,745 265,745 0000000000000000900f86ecced6bda2ff35d4d6b278aacaba1ae2054cd32d1b 0.04 MB 121 23
265,744 265,744 000000000000000326d721bfd92700cce388f6b4802ea5805f24a8bf1f2248db 0.09 MB 166 55
265,743 265,743 000000000000000b3a9222527f68c1fd39b872e1a95ee9e7678d5282668fdee0 0.48 MB 978 49
265,742 265,742 000000000000000e123c702d47566a3d06c007208a472616d245a89bd148aaf4 0.25 MB 511 180
265,741 265,741 00000000000000016a2968178d9528dbf8d704b5c0dd5914dcc24afd6ed87cfe 0.03 MB 17 5
265,740 265,740 00000000000000070b3b5cc43c9edce7b0d7cf74d4f90fd9f80ce9a0517d386b 0.17 MB 177 31
265,739 265,739 0000000000000002362b0a59613085a9c8821593297fc176c252a52e728f89b3 0.21 MB 463 116
265,738 265,738 000000000000000e21cc4c94e676f2b73e4daed1aa54b1dd59d0090e6e0250f3 0.12 MB 159 38
265,737 265,737 0000000000000006742f21f71e215687d134fdc7640d41c8af7f7c4a64e8b532 0.04 MB 63 82
265,736 265,736 0000000000000008e8db1b993567cd375b34da30ebb20e87f82046675af1d96e 0.02 MB 63 106
265,735 265,735 0000000000000008ef2392307cc8cba829efece85c524b412e73f28ff16cd5a0 0.01 MB 16 49
265,734 265,734 000000000000000f4a4b506fc45ed04b5a644081f095a23cb46f18da1b66c9f6 0.10 MB 182 52
265,733 265,733 0000000000000009c995b20657c4e1bfd499a6b801d7aabc42f541531451d142 0.10 MB 106 27
265,732 265,732 0000000000000002a04f69608ebe90d0abff2cef41dfd607d5cb32575723531a 0.25 MB 574 87
265,731 265,731 000000000000000f0de1c9345b24fc3e19736aee88e8e0ab6d0055e51c29048f 0.05 MB 121 75
265,730 265,730 000000000000000fa6ed228d59955c3830a0974c43c54ac31f928c99d8222d81 0.16 MB 304 39
265,729 265,729 000000000000000f828749e95e45bd21b67daf1cfc08f4e56fb5bcd905ad6079 0.25 MB 655 119
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

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