Memory Pool Memory Pool Refreshing

3,433 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (486,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
421,240 421,240 00000000000000000294912e35d316cfbce587f165d9c633d42130da8e975a0f 1.00 MB 208 11
421,239 421,239 000000000000000004e1e40effef6a6b9e8b24dec04927e5ae3623a67f2aceba 0.00 MB 1 0
421,238 421,238 0000000000000000038f8511cc8758ae4d3204c5d4b9727dcd29aac96b635630 1.00 MB 1,447 36
421,237 421,237 00000000000000000068907d39874d8191ffa5b67bef3bd7f0acde08a45016e4 1.00 MB 863 64
421,236 421,236 00000000000000000023235d88008b838e55535221d2f2920228acc1ed12d480 0.98 MB 887 18
421,235 421,235 000000000000000004c551e22024dc86e8cd80f190038e3ad3cb026ac984ce69 1.00 MB 1,487 43
421,234 421,234 000000000000000003aa90192846aec191c2c6084bdbba57e7c0a572966e5c0d 0.01 MB 23 151
421,233 421,233 00000000000000000352a58d3d3616731b12d2a6e5ec79ec13f89f9db748982f 1.00 MB 2,021 57
421,232 421,232 000000000000000002f2d327906980f6abc2921b1fec1a8618027b6830ce74fe 1.00 MB 2,842 82
421,231 421,231 00000000000000000281cd17dd82deb63023af48fb45b4a1918c6b6e804b3f66 1.00 MB 1,672 38
421,230 421,230 000000000000000002c6e5a8a73bcefb794b7f5e963a4c9ac50edce7ab0088d4 1.00 MB 1,783 33
421,229 421,229 000000000000000003712a3bfc1ec4f6881149ef04e4d74e8c7e848ae57b3954 1.00 MB 3,108 98
421,228 421,228 0000000000000000010e9b2d6d7123392fb650153f3e95f7f577e11de0fa6bba 1.00 MB 2,688 85
421,227 421,227 0000000000000000032b7e29686c725b1c46d7330c9ac13797032fab884c8533 0.38 MB 512 32
421,226 421,226 000000000000000000cd23b84c79966486e45b2d8e13f4db1d3bc90d3800f497 1.00 MB 2,390 55
421,225 421,225 0000000000000000012204a16093780152aac8bfa0db809d8d01751f4c6620fc 0.08 MB 226 85
421,224 421,224 0000000000000000033d3b568c7c89ac8bbc162d9d905b54b5016ffc61691aa8 0.21 MB 290 26
421,223 421,223 00000000000000000155c419cbe01ba25edf8749d4838b4f1722094e08293997 0.00 MB 1 0
421,222 421,222 00000000000000000173c7d28094a41c1332a9f39255c9150308c972e2850a61 1.00 MB 1,517 43
421,221 421,221 000000000000000001c803b1e95bf6feebef039a4e7f9775723ca2d0dbdb19b5 1.00 MB 2,095 59
421,220 421,220 0000000000000000014a5096512bc2027a9ae2cf4bd7576b965749bb9bb17bff 0.33 MB 150 12
Previous 10 blocks ↓
Total Size: 768.96 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,614.83 GB sent, 92.59 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.