Memory Pool Memory Pool Refreshing

10,645 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,081 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (159,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,271 748,271 00000000000000000005278c9b7194ea6e88e50d21cef529c071c348c6f572e6 1.45 MB 1,829 12
748,270 748,270 0000000000000000000764c7ba0e787e10de78176550a40991268f7cd8c00613 1.33 MB 2,441 16
748,269 748,269 000000000000000000074cb386994b5e7184f0ccebbcd9b8ff9c7386d5e9c7c6 1.33 MB 2,377 24
748,268 748,268 00000000000000000003fc2ecdb7d94cdcff08ed2fafc67bb35eff3add19bcec 1.34 MB 2,536 13
748,267 748,267 000000000000000000048596051c9f0554f6d0b477b28eac6a97fc37dde4274d 0.19 MB 437 11
748,266 748,266 000000000000000000063200ecaab0e54b7989f9aaf7375ec395da38533fbfb7 0.65 MB 1,408 13
748,265 748,265 000000000000000000000978360491db508a49a053bf8b593cae3e46c1a94d97 1.24 MB 2,344 13
748,264 748,264 0000000000000000000245b78f9a56ea389325e393b34bfac42eca5fc889b4ef 1.11 MB 1,051 9
748,263 748,263 00000000000000000002a396e675db636cfabb773fcedd21a1d0a1f0d0d0f69c 1.22 MB 1,954 11
748,262 748,262 00000000000000000001c5e5df4376faecd086538884afbdc064cfd1446fff6d 0.96 MB 1,861 13
748,261 748,261 000000000000000000093cd6e1b44514a745dab2699c7880c374a851928f7827 0.19 MB 354 12
748,260 748,260 00000000000000000003ee5cda3091fddb5e49edd99b9e00388479fa6f5b1992 0.75 MB 1,580 12
748,259 748,259 0000000000000000000344cec0c9e6703126b3e71a6b17cb160d90710c9ef1ab 1.36 MB 2,492 11
748,258 748,258 0000000000000000000200e41d63af9a98053ab0d05474b3f53e97f688b353ff 1.59 MB 1,999 8
748,257 748,257 0000000000000000000499b08d95f4caa472201cd4338b65b39b3acfa3d1f378 1.25 MB 1,581 16
748,256 748,256 0000000000000000000089cad60319bdf77ef8b17926440cc64cee84ac31c5aa 1.16 MB 515 17
748,255 748,255 000000000000000000046c59055ec307259d2d3e44d75cef0a1f33b257936945 0.37 MB 760 11
748,254 748,254 00000000000000000001260fc66dbf532e960db6344d9bdf2fc0f4cf9fde9b96 0.64 MB 1,342 13
748,253 748,253 0000000000000000000674f962b92121f3ad84b39a2301aa8ce13c5d1fbff8b3 1.39 MB 2,272 12
748,252 748,252 000000000000000000041c73e02bb510a43ea375aaf3c6145a5fbc6833955cd1 0.12 MB 313 12
748,251 748,251 00000000000000000001feed2232260497eabfd10e5a6b9f11593d018c4b5417 0.32 MB 685 15
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.