Memory Pool Memory Pool Refreshing

1,985 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,968 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (7,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,659 900,659 000000000000000000008c484b35731ca1ad6ab72b7ff12991270a914951a333 1.89 MB 2,595 1
900,658 900,658 00000000000000000000d4f18d577822e33467dfa38bf5ad845ace62e2660f33 1.59 MB 3,411 3
900,657 900,657 0000000000000000000121a8a79daa52b130e684ae04802361ab1110a364680e 1.63 MB 3,814 1
900,656 900,656 00000000000000000001ea12f1aa9a6ca67eaf0889dcc461a8be05ea3c19b852 1.79 MB 1,965 2
900,655 900,655 00000000000000000001adad78018a214f8496bdfba94de01936e40318c806d8 1.69 MB 2,587 3
900,654 900,654 0000000000000000000122420f88c59a0a203488d654780b06820f5176610b27 1.02 MB 194 2
900,653 900,653 0000000000000000000192a89fcf7f1ab1c8b5c28fbf5407c21aee90f5d2160b 1.36 MB 1,919 3
900,652 900,652 0000000000000000000084599e5e0ea68c2b65c41e91501faec60f98fbcf90d5 1.07 MB 408 2
900,651 900,651 00000000000000000001fe5ec263e29a6fb56032d974064691c215e39a6d0fba 1.67 MB 783 2
900,650 900,650 0000000000000000000089e48f9c2d203932e001129037fada0622096f4743c5 1.69 MB 3,614 3
900,649 900,649 000000000000000000012f4c0fc417a6ebd0bda2122f0b389ff4ae5937385945 1.62 MB 2,930 4
900,648 900,648 000000000000000000007d6f2587e54758548a2fefbc86df9ba367a4b47b8f7a 1.64 MB 3,515 6
900,647 900,647 00000000000000000001a67818eb6105f82a87bf0629cd34df5ed42d456c61b6 1.68 MB 3,437 4
900,646 900,646 000000000000000000022ddde68d82941f1074cf5e80339280eab334a479cb16 1.61 MB 3,431 7
900,645 900,645 0000000000000000000084db84961107ab10e74fca8250639783cf468ec0573e 1.58 MB 3,619 6
900,644 900,644 00000000000000000001d22b92665fee8398f76d1e046d59a83d14d0fb01f9cd 1.58 MB 3,555 7
900,643 900,643 0000000000000000000095c644fd394688a9f2d0941e9d9fe92cd75c220f13f3 1.48 MB 3,598 9
900,642 900,642 00000000000000000001aefc1a67040ef89399c26ef895e5fcea4d7655964b92 1.61 MB 3,957 3
900,641 900,641 00000000000000000002087ce9c08a0c7a7347749a6d35aa547c6a60f038b3e1 1.59 MB 3,957 4
900,640 900,640 00000000000000000000e642faa4a015241de33cf8026e6e8c9fb1258641d5c6 1.61 MB 2,614 5
900,639 900,639 000000000000000000016757a4733488f29549c9b0b1d368c471b5c9a0808893 1.50 MB 3,554 5
Previous 10 blocks ↓
Total Size: 769.37 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.89 GB sent, 94.79 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.