Memory Pool Memory Pool Refreshing

4,668 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (582,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,623 325,623 0000000000000000129ee79d9acfc1f031212889169d328dfb2506c6facabb06 0.13 MB 273 29
325,622 325,622 00000000000000000d3dd61c7a9f34b64e4d960ffdd0bf007a6f94aecd2546b8 0.60 MB 1,285 33
325,621 325,621 00000000000000000c9bb1579d49f2a01dc796b691e3cdde287509d54ed51b07 0.48 MB 1,057 34
325,620 325,620 000000000000000008e6dc04386feead0a8dcf473f52fa27b0f3cabdb381f226 0.48 MB 754 28
325,619 325,619 00000000000000000dfe33cfe98292c7a05e9b532a6a1d36d768f651dae36d54 0.80 MB 1,571 30
325,618 325,618 00000000000000001aea1bec3669b4b261c64f21d0819ffef8182cbb13cb1727 0.03 MB 61 33
325,617 325,617 00000000000000000df474a30515a19e5eea1380473a35c9e7afe7353d7bb407 0.30 MB 482 23
325,616 325,616 000000000000000018d36a4f381e26ea1f7efd4569665a0d25619e3e193090ef 0.17 MB 383 31
325,615 325,615 00000000000000000627672f444739388ddaabfa74e7b5d7bcf96886e720a20f 0.50 MB 805 28
325,614 325,614 00000000000000000af813cb59d4a18326ec367919614b964cc9a6f84bfdd6ed 1.00 MB 2,035 31
325,613 325,613 0000000000000000106807204d170f8b8077b6220fcd5a54b74accf537befb40 0.37 MB 445 22
325,612 325,612 000000000000000014f4b23837be82d0593b2ce3c39d2ea4a6bd1ba2559aa120 0.75 MB 943 22
325,611 325,611 0000000000000000161ae4adc519fcc764069b6148c32e5b1b3d3b0deffb16f3 0.50 MB 1,325 40
325,610 325,610 00000000000000000402f0c3ff9be69f63e7b4eb562c060f1daf30fba626c113 0.35 MB 488 24
325,609 325,609 000000000000000003f0d62f929ec6b658fb385a394fd42acd18ceca34260bae 0.25 MB 578 36
325,608 325,608 000000000000000017aa4a223e7fe9757467c864af85acf03f35eb8212a9c3ca 0.36 MB 323 15
325,607 325,607 000000000000000017da10393b41ba09e6a0f0f0ed974280bee4d2189c5a0b30 0.35 MB 979 40
325,606 325,606 00000000000000001bb3866afa1dfb2bdd03ebbf3e800c0d49bfa2f7a12d8de1 0.11 MB 157 22
325,605 325,605 00000000000000000198eb9a1219e2763cbfb12f4cd612d78770300c6b6f39b3 0.16 MB 273 28
325,604 325,604 0000000000000000013b7b92b56fb5ff4c5dc10dd922f183be98081bdc0823d7 0.33 MB 625 27
325,603 325,603 000000000000000014ff507253d12e6956f2295f2d70c99c034044e204febbb8 0.12 MB 264 30
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.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.