Memory Pool Memory Pool Refreshing

6,024 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (11,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,291 896,291 00000000000000000000797cb86647499bebd9273114cc524c3e2070b9bc933c 1.02 MB 1,743 1
896,290 896,290 00000000000000000001191604cd04fad895abeca2a78c3870ba9310d0783de3 1.59 MB 3,003 2
896,289 896,289 00000000000000000000da58eeaa089b97bfe2699003ea817ca9ca059ad7a952 1.73 MB 3,369 2
896,288 896,288 0000000000000000000074775929f0d05ec8c07b7d66e797546366b4ef3d6f32 1.70 MB 3,067 4
896,287 896,287 00000000000000000001633795c451c77c07505dd7017560af3ce08636ed6408 1.61 MB 3,815 5
896,286 896,286 00000000000000000000a6271b919177468b4f4339538f92a03de32aa97b2311 1.98 MB 3,380 1
896,285 896,285 000000000000000000017d5c5e2eff34e3c2892e5f8f9b77e673d6e803e6f9e8 1.79 MB 3,244 1
896,284 896,284 000000000000000000008b80dc51acd25cdbe07dd87a7aeef9ff8c361e2fa3e5 1.76 MB 1,625 1
896,283 896,283 0000000000000000000005f153676ed9944ace70738066dbbb834e4b8f91c6d3 1.82 MB 1,805 1
896,282 896,282 00000000000000000001ab3c0747e699e508a8c44a9c15db119e5cd8668ea88f 1.70 MB 3,500 2
896,281 896,281 00000000000000000001dadaed27abb1469c4afa160c6a422dc2751894fc86f6 1.60 MB 3,780 3
896,280 896,280 00000000000000000000653a7326e0cad24aba1946110f53a97a8f7bd1b9ea55 1.76 MB 3,869 1
896,279 896,279 00000000000000000000e0a6c436079406f98aa42bbcc5a6222de991ca9ea033 1.62 MB 3,858 5
896,278 896,278 00000000000000000001d091fa8dfcd81937fce2751ec1d2bd4831738b044818 0.80 MB 1,810 2
896,277 896,277 000000000000000000016e8319b426609cf9bacaf19314488addbabd1890c411 0.51 MB 517 2
896,276 896,276 0000000000000000000122333627fbec47d8e7e98359a556456c8f1c7346807e 1.75 MB 3,029 3
896,275 896,275 0000000000000000000012f3f0e4060c3fa553ffa13ffa147a790a152d3e2ecd 0.21 MB 439 2
896,274 896,274 000000000000000000021e73803c293ebd828bba108bf5e3f2e4402ec2c8a63a 0.47 MB 1,098 2
896,273 896,273 000000000000000000006dd5a6d626d20e9c47edc8cf3500f61bba1e7b18a38a 0.71 MB 1,266 3
896,272 896,272 000000000000000000013c94fd0554250daa33aef16b893f6a257fb6acf946eb 0.39 MB 361 2
896,271 896,271 00000000000000000001a23f7d140eb26dc5d239d0712bcc38e1bd40d0c5956a 0.14 MB 351 2
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.