Memory Pool Memory Pool Refreshing

2,570 transactions (1.11 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (888,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,981 19,981 00000000a72377d8772ab2ca33df658471ff1e02e182b6cba907e941d4f21a1d 0.00 MB 1 0
19,980 19,980 0000000063ee29b64f61372627c5837ba8fb3410fda79b83c1ba19c629b58834 0.00 MB 1 0
19,979 19,979 00000000e0da78115e7e9fb701a202e097af7ada3c98caf4c3055068907356e7 0.00 MB 1 0
19,978 19,978 0000000069d908ac6e006a540c2f8a1d952623090f94414992d6e94aa2a752ce 0.00 MB 1 0
19,977 19,977 000000009419bfd55bf7523330507fe6242ebb1a65f728dfee853b72bdac4bd1 0.00 MB 1 0
19,976 19,976 0000000057e58133f8b5d2f176e0f8efc3e3b85c923f5db4968114bb5cbe6ba6 0.00 MB 1 0
19,975 19,975 000000001373daaa23d0d092e19cf5582ba75a95d998110a0b04346411aeb55d 0.00 MB 1 0
19,974 19,974 000000000a63f4a301baf4fe42b1fc57dd38df9ad5615db5e61640283ce28cec 0.00 MB 1 0
19,973 19,973 00000000de6efe9932103721c05e5589eebbfda26279270f3dfdf06182d5e841 0.00 MB 1 0
19,972 19,972 00000000a9bd259ccec087926347a3449f99d59b4b418cc6f3287a5bf6aadc8f 0.00 MB 1 0
19,971 19,971 00000000017f2d6d2f0592571084e40e5bea1b3f51fd9960b6539c67220d73a0 0.00 MB 1 0
19,970 19,970 00000000ad002c3891d9bd52ad6e2752ea0252de31069332989bcc1b6d374381 0.00 MB 1 0
19,969 19,969 000000007315b3d6347d8cff35e22af59fc3d712c4f633364b852019ac60013b 0.00 MB 1 0
19,968 19,968 0000000061408d69c168b9c4504787eed02a3ba57df2099b165ed89ed71284ba 0.00 MB 1 0
19,967 19,967 00000000c1c17f58575d5491f0713ffa8ade23539a48628c2fe1c8548307ef46 0.00 MB 1 0
19,966 19,966 00000000d06c265505ad3a0c83c39f3512f8c3be3c22573c976fe671ecfc4831 0.00 MB 1 0
19,965 19,965 00000000e0675652d87a8d5e4a12b45e1a7fbc951a6015401e7df00c0534301f 0.00 MB 1 0
19,964 19,964 00000000abacda50a73005b650e4ad4a0dbfe1b95fe0d21c0589619d6487ac71 0.00 MB 1 0
19,963 19,963 000000006ca2e29b3621cea6f287df3f07bea6f8da93db70b4d76f7a7cd392e9 0.00 MB 1 0
19,962 19,962 00000000608b4c1739728217308effa4c2a0b84f3b4e353c39a82f8780897642 0.00 MB 1 0
19,961 19,961 000000006399e8bbe95ccb45747400a4391f45b2c501769e3f66927135c4aac2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.