Memory Pool Memory Pool Refreshing

4,950 transactions
2.00 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
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (8,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,737 898,737 00000000000000000000f4e3e4bfdf56575cdedbfaa93b86f3e94e68f1a698e4 0.42 MB 750 2
898,736 898,736 0000000000000000000081e7d4a77af037299f269547e7463c24a52d238b8d0e 1.88 MB 3,298 1
898,735 898,735 00000000000000000000f982b32173adc50ce6c7612d3dded53ecd641a89d9cc 1.76 MB 2,699 2
898,734 898,734 000000000000000000012faefe81443217a9bad0700eb80d9ab76a5b19e25f96 1.59 MB 2,964 1
898,733 898,733 00000000000000000001fc0cd72e20d559bd9b84c0c37ca72dd2f420ec854375 1.50 MB 5,774 1
898,732 898,732 0000000000000000000063078e95bf365f10f24c95105dfa82fa2800cc8c2efe 1.51 MB 4,624 3
898,731 898,731 000000000000000000006128babd1b61ad545fdaae734917ed96705ac6265495 1.61 MB 4,411 5
898,730 898,730 0000000000000000000173c9aabe6b8cfa909491fab529226afa4fc34ad90367 1.50 MB 4,574 2
898,729 898,729 00000000000000000001fc3e8db7e006929784b1bb69ff2963f9b4eb0856f38a 1.47 MB 4,166 3
898,728 898,728 00000000000000000000a6a4ced40986a824112cbd27412caf070529b4b37980 1.44 MB 3,280 2
898,727 898,727 00000000000000000000328acd5da717a9c94e18c35bb7ec3e5c065aad344715 1.47 MB 3,718 2
898,726 898,726 00000000000000000000e982bbc62ef4819aa736e5986fc958c235fc99b00ec7 2.02 MB 1,070 1
898,725 898,725 0000000000000000000160dff19ce8655f8845a920f69352106813640a8bb1fe 1.59 MB 2,987 2
898,724 898,724 00000000000000000002142f4d380f679922725ce714b5dafd51114472f0b5b6 1.64 MB 3,317 3
898,723 898,723 00000000000000000001e368822bb1511a63ec7db38f6c62ab37fe6a0e92471e 1.52 MB 2,721 13
898,722 898,722 0000000000000000000171be06bcee2912a0fa657c1986ad8ced1d1c32c700a0 1.62 MB 4,113 3
898,721 898,721 00000000000000000001ffc4dea3d2c3fc6abf1ce497fdc56c23c245a1a92619 1.10 MB 612 2
898,720 898,720 000000000000000000008d4ec80fe602a3dfc906fdc30ecc6c7ee4408f2e8326 1.36 MB 1,772 2
898,719 898,719 00000000000000000000285d0cdd916eb1efe96b817937f47708a2ad89f70c22 1.57 MB 3,681 6
898,718 898,718 00000000000000000001f9a9a5e8bf2843dcf81224e45b41caa74477caf2d935 1.61 MB 3,942 3
898,717 898,717 000000000000000000012338064a8275899b943822c05927657a4c76108d15f3 1.69 MB 3,466 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.