Memory Pool Memory Pool Refreshing

1,480 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (83,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,619 824,619 00000000000000000003cca25165b018b7fafbaacefc70f6cc07c7d69ff1aabd 1.71 MB 2,712 57
824,618 824,618 00000000000000000000fbe001836fc3ed8179bf4400cb76fdf51cdab0ce022a 1.71 MB 3,749 66
824,617 824,617 000000000000000000034bfcec3b86fe8ce8056878e81f45b3dd4f358b106599 1.54 MB 2,927 133
824,616 824,616 000000000000000000028b8d72d85b718c614a9ed4a91cf74d290cde455f1ef9 1.80 MB 3,649 74
824,615 824,615 000000000000000000006547dca2ad39d376abe0fa682ec698bb3f62a52d0b28 1.82 MB 3,546 59
824,614 824,614 000000000000000000032ac52eface1112c4bf44515a8118a3b72683e5989fb8 1.52 MB 3,091 77
824,613 824,613 000000000000000000020e2499b555b5357bfa1012045c3c83c3eb8e6546e19d 1.73 MB 3,377 52
824,612 824,612 00000000000000000001bdbe891f285ccca83294de88b6334813e3e690e412a6 1.96 MB 4,686 41
824,611 824,611 0000000000000000000343753e50f3533a63d0d6d102e7468f08d5caced54dd9 1.40 MB 2,007 41
824,610 824,610 000000000000000000035b4b93949f4fb6f8dd2f8945b7aa8a298c66e27b913c 1.68 MB 3,236 46
824,609 824,609 00000000000000000001b9a307ef68a859b8171fd263c3f6b2110ee8997c94de 1.84 MB 1,548 38
824,608 824,608 00000000000000000000c15109a541b7ccba6969f84cbaf8f7b4551b81d6f125 2.03 MB 2,135 39
824,607 824,607 00000000000000000000ca2c9d7f7575f83ddb41491d14a73227ffb6faa3426b 1.81 MB 2,088 39
824,606 824,606 000000000000000000013f1c53510d2fcd7786805a4bf1a4d5a800bbb069f99c 1.70 MB 3,625 57
824,605 824,605 000000000000000000032a186495c57b2c1d70b907886c77139e238445510508 1.79 MB 2,889 56
824,604 824,604 00000000000000000002a2c24bb8544bd33f44d6c0e45cb86391b1f1a96bdca5 1.45 MB 2,291 57
824,603 824,603 00000000000000000001e42af22fc2701c420d769ad0526316f2b71cf93d5f0b 1.62 MB 2,627 63
824,602 824,602 00000000000000000003ccd60e9ef2e0eb3c754e927379e7bc9d22c3c53bb2fd 1.52 MB 2,864 58
824,601 824,601 0000000000000000000237dcb2a4e6ebb21b499cd81a1ec94b49053c8636be34 1.52 MB 3,522 103
824,600 824,600 00000000000000000002c95fa3e82fe73923535354143e4b99d7355f577f44dd 1.76 MB 2,725 59
824,599 824,599 00000000000000000001c19dcf6c68c4cc56310c327809eea3a3f926c6fab9ec 1.71 MB 3,309 71
Previous 10 blocks ↓
Total Size: 769.11 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,629.38 GB sent, 93.42 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.