Memory Pool Memory Pool Refreshing

6,962 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,764 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (752,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,477 155,477 0000000000000d1c9693e783209dd5d171005947bf2580bb61f12e27551781b5 0.03 MB 83 45
155,476 155,476 000000000000015cab568c9156a053a32ddc6974e10acb004204f7c1f2d710bd 0.02 MB 42 245
155,475 155,475 0000000000000b46b3dd3762893e4d4f5127fff6067c8cdb9300fda6bf9c109e 0.02 MB 62 6
155,474 155,474 00000000000002ab2b28594b4943f547b2ca7bfb2152739996a651b01ea16dd9 0.01 MB 16 183
155,473 155,473 0000000000000c162110771de71ea37465b8e8aca332e36d0257a29bf43973e7 0.00 MB 1 0
155,472 155,472 000000000000063da0ba7a8434f11624f78c455e94c7ff41cb866bd7f5866c4a 0.00 MB 11 599
155,471 155,471 0000000000000b8d8435d0deefdb48208e3a90371e7779b9ab491a0cb4aec1ae 0.05 MB 109 53
155,470 155,470 000000000000077e5ff009485abc698ca03c270384f2e85776463606e2214515 0.01 MB 4 102
155,469 155,469 000000000000017eea4651a0c90fae30d5808b3903d5bb3175fd082b8f91ead4 0.01 MB 14 100
155,468 155,468 0000000000000161b7ccc22c7a97b6a9145c08ff47bf93d921ab52ad7855c775 0.04 MB 79 391
155,467 155,467 000000000000078bd899b70c69761e9a4ac8ccd7383e03a6296901b5c3368203 0.03 MB 53 1,418
155,466 155,466 00000000000004104ca895582e8a85d857c02e0659d5a45b773818603668a79c 0.00 MB 16 38
155,465 155,465 0000000000000643326630cf112ba6df0430e43fe37219581aa99e8704095855 0.01 MB 40 128
155,464 155,464 00000000000009a8b6e48f5d692080bd7e18948ab23302b027d88b23e17dadd3 0.01 MB 13 31
155,463 155,463 00000000000002723e64c1c309cceb87e06a788c939f72486e5a1beee5589c85 0.03 MB 47 95
155,462 155,462 0000000000000377bcb3c8dade9fe5b08a725e6752b83921bbe0432b18d35f6a 0.01 MB 18 54
155,461 155,461 00000000000003cdb47d2c7010ab67191c0f6302975dd54772db6596a5680e2f 0.00 MB 10 250
155,460 155,460 00000000000008ef73f2bde0bdfed9ddcb5304ce6f2ff4c4ebae10bacca9b4b9 0.02 MB 41 117
155,459 155,459 0000000000000c9c9ed6f77f52473ef96a9a76181eb26ea5bba408ec7c10a6ee 0.02 MB 32 158
155,458 155,458 00000000000006f60c51866019f96beaa663c13e8c84701c291126ae194a208f 0.00 MB 11 322
155,457 155,457 0000000000000f44270901693faccc9ac37f7c0752fe3139e15940270cffe4a3 0.01 MB 18 109
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 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.