Memory Pool Memory Pool Refreshing

7,637 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (904,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,244 3,244 00000000fecfe7fb2e4ca57b164a0017907ba3d7de895bf9c3ba179ed4412924 0.00 MB 1 0
3,243 3,243 00000000a0771fe1dddca4177626dba099a7a01b8b5454a2350afcdc8534da23 0.00 MB 1 0
3,242 3,242 00000000a8991b1c8e1b331c6d30f21157f489b0ee908afc2718cc369b51f540 0.00 MB 1 0
3,241 3,241 0000000004432268712b572db0d0e55bd4003daaa3303edb9cc0b63147e69144 0.00 MB 1 0
3,240 3,240 00000000883e289741813f2900714b6e76edbf6896dfd6d465faace22e2fcdba 0.00 MB 1 0
3,239 3,239 0000000010b867ee0b793b0a469d014bb487e30b11b39a80f6d1235f3af69a94 0.00 MB 1 0
3,238 3,238 00000000465c6c8e879ee54716572d4fd7e02edf6a973f417b6dc983840ebe49 0.00 MB 1 0
3,237 3,237 000000000964c78e630f65cdfa02da19fbe958cdaef7a53f9c9e427f42bda5e1 0.00 MB 1 0
3,236 3,236 00000000c8885684343666662310937cbd34991f0b00fa6abedfd566687a749a 0.00 MB 1 0
3,235 3,235 00000000a7fba9d396fe8a8ce031da63ed9b0019f4903d09d81ddcdae3c733bf 0.00 MB 1 0
3,234 3,234 00000000792cc1513091cc859381657e3525b2c56f1283cdeb2ec4b3e7b5ef1d 0.00 MB 1 0
3,233 3,233 000000003867f96c1cdb30e7e6e227b817bad51ec528f5911bd4beab345998c2 0.00 MB 1 0
3,232 3,232 000000006e6beb21a9b43035cc1db8a2fc5a31e8ca6df2935c522977c8258a49 0.00 MB 1 0
3,231 3,231 0000000076408cdaa9d8fbb05251fd29fd0c1160c38b644a47a4e495521a3c03 0.00 MB 1 0
3,230 3,230 0000000076c21f273b8a5ee56437b29190fd820cc8fbb8c4020e9c60a35ffe91 0.00 MB 1 0
3,229 3,229 000000005efa045324071de29a6ec14b436d661dc1d5342229f638e3625f8161 0.00 MB 1 0
3,228 3,228 000000007d626f305f95eeefe3749698a9f0e3c478a31a9692e503eb396cffde 0.00 MB 1 0
3,227 3,227 000000000e33b16c879b77e0b44b831345d744bcce5875665d80ad175dabd11f 0.00 MB 1 0
3,226 3,226 000000007606feb4a137da68d4c5d49c5f65ed0c8dd0a9445ac17cbc79eb2a4c 0.00 MB 1 0
3,225 3,225 0000000075f8e3f80475a02d12f734a947d99c8be55a7e884fd0a615982fcd63 0.00 MB 1 0
3,224 3,224 0000000018e47c40744098734975d694ea51f7be28382c5091ab7efbdf76c854 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.78 GB sent, 94.50 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.