Memory Pool Memory Pool Refreshing

4,011 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (4,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,106 903,106 0000000000000000000143637414784ec9939968ee7a0e992a53cae5596a983d 1.59 MB 3,277 2
903,105 903,105 000000000000000000017d954fcf6730b66bf50a3e87190f5fc02527b5efb789 1.77 MB 4,636 1
903,104 903,104 00000000000000000001c741d7c5c544f41f86c50cfcb461e374cd371eb20ec7 1.57 MB 2,552 2
903,103 903,103 00000000000000000002054496514eb6d20e7f864a479af2e14512d5adce7c82 1.80 MB 2,626 3
903,102 903,102 0000000000000000000017a055757d58b6a052c6f59738695a83839b2ed87420 1.58 MB 4,087 5
903,101 903,101 000000000000000000014e198f9282b91751b93656d3e47a936dd2f954a73e2b 1.73 MB 4,843 1
903,100 903,100 000000000000000000019165a25ca819cd43d88bb68ec7a5e89be58244d77b18 1.61 MB 3,748 2
903,099 903,099 00000000000000000001fdc413de0da1dbfcee7c28872c8f478cb8fbd2b87c3d 2.20 MB 2,106 1
903,098 903,098 00000000000000000000c9f294eb4c094008b250cd3a93a60bbfd4c9198cda65 1.79 MB 4,667 1
903,097 903,097 00000000000000000001b6af6f91503743fbcb5599da4e3b6db8598e4a3603f0 1.65 MB 4,149 3
903,096 903,096 000000000000000000010f33146dc0a42d4ed2bdd4e5f1cbe5336a0385d8d8b6 1.64 MB 3,895 2
903,095 903,095 0000000000000000000098945cd56432cab8432b69d2f8f901c6a6ab119f912e 1.81 MB 5,066 1
903,094 903,094 0000000000000000000077b286071b64c4cc6b806cd37f71ba1c7aa7025559c0 1.55 MB 3,098 3
903,093 903,093 000000000000000000010648c69403cb22e5a509def82859a57631fc6b9d014b 1.79 MB 4,751 1
903,092 903,092 00000000000000000000f8025238cb99f86c9282178bb917e143d56970be2e2a 1.64 MB 4,063 2
903,091 903,091 0000000000000000000228fbd670cff5fc89aad21ffdca0061f6013179a12655 1.68 MB 3,398 4
903,090 903,090 000000000000000000022e97f0d92bb5824e4e460b19e3990ab4ccc305748c2f 1.38 MB 1,701 1
903,089 903,089 0000000000000000000162d06ad0989c76ee63a286640df977e7c7448a126535 1.55 MB 3,595 4
903,088 903,088 00000000000000000002059b198bcfe81c15ffd7ad56e7551d09236c6ea5a148 1.13 MB 918 1
903,087 903,087 000000000000000000009d1789e27bfaf9569677081de43f76ea26c2fc98bbda 1.53 MB 3,086 2
903,086 903,086 00000000000000000001f3c05454f7cd44a133d284c635341e544f78db52e429 1.03 MB 211 1
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.