Memory Pool Memory Pool Refreshing

1,707 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (885,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,446 23,446 00000000bea606f39a56a1abc8f8a63861f00f796d3286646a51f7458d272812 0.00 MB 1 0
23,445 23,445 000000007f1e616efa6d9eae61ef85cb282156bf21e42f040230244bd04b1587 0.00 MB 1 0
23,444 23,444 00000000111363089e99ecedb2bd2a805033e4bd601431aad848c1cfc7e85c07 0.00 MB 1 0
23,443 23,443 00000000548fb7c38eef90508d9a9f1dbce0851f83311b1a7106c81f6c39cb17 0.00 MB 1 0
23,442 23,442 00000000731116fa4aa114c7fe578b7bf36156a78261d0d3d54f1a67338e98bc 0.00 MB 1 0
23,441 23,441 00000000e85a52a3f5b83b8b5e8cc2924ce11f914213f5e6b429d40a43d1c7e2 0.00 MB 1 0
23,440 23,440 00000000cb46403b7fb361262aab494eb96d9ea3e6590a7b0a64ce2de0bb2a39 0.00 MB 1 0
23,439 23,439 000000007f5da7ea239dba629d503cbdad1634005600983ff7b3c2d247ab4e4f 0.00 MB 1 0
23,438 23,438 00000000f1b594b92bf663cb15d148e974415d51ddbe852d7d23552cbce4f559 0.00 MB 1 0
23,437 23,437 000000005e2cbdfc70f6faaf14f76995874a3829b6068f3d09b7660587bc3a2f 0.00 MB 1 0
23,436 23,436 00000000520a6023059729b155eea8c269f916abb2ed28c413558c84f924d7a1 0.00 MB 1 0
23,435 23,435 0000000031835cbef6036603360655de55508b537d854109bd1c5709c61aff2a 0.00 MB 1 0
23,434 23,434 00000000ebe096e6677cbd27cd2e65065faa734e8203be3ba6fca83986138ff7 0.00 MB 1 0
23,433 23,433 0000000018ee7999926286bacfac06e2850456adeb24108edd9364305e34da9f 0.00 MB 1 0
23,432 23,432 00000000c8c4533ed6a6d579c5b5e6280dd3d6ea3cc627aadc4d2996caa2358a 0.00 MB 1 0
23,431 23,431 0000000052c07130e52e36ffa0888d972eb89398404f01480c3f97cb270978a1 0.00 MB 1 0
23,430 23,430 00000000d01c345a9912be9af42d56c25a3c8bb49c8b99357ed3b45fb48a79cf 0.00 MB 1 0
23,429 23,429 000000009eda46dbbac6f9154b29c166b3f1e4dfbd1a1b754e96189c473c5376 0.00 MB 1 0
23,428 23,428 00000000a9fc88c0dc034d650a7077b523a3a84c27f592b7f7b458bc792eccda 0.00 MB 1 0
23,427 23,427 0000000095bc82894e4fa45bd2ed5a18b4415fba56fd88dbb42bebff163aa609 0.00 MB 2 0
23,426 23,426 00000000de536100e686e9039b0642e1598c84d915895c6f17b8d1a86cb46a38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.