Memory Pool Memory Pool Refreshing

950 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (859,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,135 49,135 00000000231ee0a303e534d9c36cfdd18fd2c8d0f65e0f917a36d5af78f1ced1 0.00 MB 1 0
49,134 49,134 00000000138d09c42c0426fb249732d579176feca70e500398674e494bac2891 0.00 MB 1 0
49,133 49,133 0000000027d92547272985bd31ed2d1d17db103fb42f0da969c9e8d8ac728c28 0.00 MB 1 0
49,132 49,132 00000000137e889246bc38169c9b3e699e40ea58fac7b0c7e6f6ceb27a33924a 0.00 MB 1 0
49,131 49,131 0000000000ea41171093879b7d18f762c6a37fc1d0df114ab69d108c642a611e 0.00 MB 1 0
49,130 49,130 000000001b23ec0b2c075faa29bbae8e74f45cc2c2c9d58426006c9689424a2a 0.00 MB 1 0
49,129 49,129 00000000151a840aa78b34d887a6cb6122f461d7221003dd6c17a7fc71afd521 0.00 MB 1 0
49,128 49,128 0000000025b688d2ab51fe3e4a9661e5eb86f4fc688837a7bfb13e6875037ee0 0.00 MB 1 0
49,127 49,127 00000000037e35dda098a99f7582d8b6e39d6d13b5c3eebc2feec93c45987724 0.00 MB 1 0
49,126 49,126 00000000206608fc42566b1d8ff07f11ca5505437c914f126a920b8742c8488e 0.00 MB 1 0
49,125 49,125 000000000c522f6aafd5e262af995deb25f1f4f89651ab13394252cf13f2da97 0.00 MB 1 0
49,124 49,124 000000001ddc7b832abdd5b0e32aa7d15a6a6f91e7020ebf053bcd2d8947ce75 0.00 MB 1 0
49,123 49,123 000000000e0e21565d1b61f49dbab6bf329b59ecbba90b1bdfeb84fcc30ac1bd 0.00 MB 2 0
49,122 49,122 00000000096e5b1b52f66eb6d87b19a16be7e2cc52258ca7330f2926aeec5092 0.00 MB 1 0
49,121 49,121 00000000050d8074393d104456cc844a3790b4c07b69a4d7497c0497b5174688 0.00 MB 1 0
49,120 49,120 00000000016d4bfeb50748ee577a9e3ec21dc52eb604f57fb5cb3e7da72a6ac9 0.00 MB 2 0
49,119 49,119 000000001d87c18b3e308fc62b39ca36c8753c0fd1402ab6cdee043e70ef5efd 0.00 MB 1 0
49,118 49,118 00000000136dff1d969d2b4c59e9d4a360d9cc09911eeaff4337f560ad872c47 0.00 MB 2 0
49,117 49,117 000000001a2e081f3447c028bd5ee33d81524dd49e24109ab86ca2e91b47415d 0.00 MB 1 0
49,116 49,116 000000000ce92b035618b8f87186b4fc84cd5f1601b027ade60fb2133023d340 0.00 MB 1 0
49,115 49,115 0000000023a42d10daf5729632fe15627896ffcd2fd96de052e915cfc88af7e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.50 GB sent, 99.64 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.