Memory Pool Memory Pool Refreshing

3,959 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (754,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,954 152,954 0000000000000971f56def0377b99f431f2a4650f1cdb7a06efd29e5065fe560 0.01 MB 23 107
152,953 152,953 000000000000073c25d6af351ab9a9d0d5fa186f617f69c0ab741c84888b132f 0.00 MB 16 0
152,952 152,952 000000000000099206fa25da5a2b351ce4d34640d78e81c90e98fad38d5b172a 0.00 MB 9 44
152,951 152,951 0000000000000961967e284fb33abde28900cdd24f9f24eb7fe6b3fc9283e2da 0.03 MB 41 47
152,950 152,950 0000000000000daa4bd378364fa10c78dfd7b0c0ba40459bddf0706a62d7d17e 0.03 MB 100 119
152,949 152,949 000000000000062e46c6fbf8bcbc8619872e527c4439f899d9498a7d86b2b6d9 0.00 MB 6 162
152,948 152,948 00000000000007fb80f33747c386eada87e94aa03e302c17af21ba18f3e42819 0.00 MB 10 97
152,947 152,947 00000000000004a16aa7201675333130c00c1cc69ee4ca613603a5628b2f2d31 0.04 MB 118 45
152,946 152,946 0000000000000d3503b038306abb963560ed2f73baf6064d2b74d438a38763df 0.03 MB 86 98
152,945 152,945 0000000000000c8b1e594197abbde3b550368efb15d1bf2bca5d2985a0cceb46 0.00 MB 6 32
152,944 152,944 0000000000000989b81778902336e760ec9ac67eef8734dd2db9d249d27717e0 0.00 MB 5 29
152,943 152,943 0000000000000d3060411fdf9e7f83a51bdbf96644d5e5c775c19432a96c78c4 0.01 MB 16 194
152,942 152,942 00000000000003c85bb17804cd2d6a7f652fd7e1d7aaf7466b03bf73e4dbf27c 0.00 MB 5 33
152,941 152,941 000000000000082209c7e576074d1a2e898e9c5ac7748515e715dd6de5694f72 0.01 MB 22 0
152,940 152,940 0000000000000aca82ea71c8eb1a7ccad95358566d9b678b28d4d8e4151d31c7 0.00 MB 12 0
152,939 152,939 0000000000000ab7b301fd3dd2569e27b4699e49db630bf3af8de4fa7d6543b4 0.00 MB 17 277
152,938 152,938 00000000000002ff9cc6891d0fef191d6c45eea9f70f0bc3f1407613fd544c55 0.01 MB 20 187
152,937 152,937 00000000000000ef06e4412b2e8639919d640dba3b919a660808813ceea1bf4e 0.02 MB 54 17
152,936 152,936 0000000000000bb2d20a6e4219a6e631082ac53942657dc189fa9b7f76eaf4af 0.00 MB 10 536
152,935 152,935 0000000000000cdb92b03b2630a994e310e623b09a5a8c2c1b741f1daee0c5aa 0.04 MB 44 408
152,934 152,934 0000000000000ddf8348e51ec3ebc87c408b4131d2cd14f0e27a4c00bcacb333 0.00 MB 5 84
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.