Memory Pool Memory Pool Refreshing

9,804 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (410,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,130 497,130 0000000000000000002b5a589eab12ee5f23a03d66ac568840401b6facd60a44 1.12 MB 1,955 164
497,129 497,129 00000000000000000071a32ba823340493c9a25e3ef11bc0005cb9fd3d7ecde9 1.03 MB 1,774 94
497,128 497,128 0000000000000000008d14e11116e1a86d40338706d5ed5e8e55f893427f4d55 1.00 MB 860 16
497,127 497,127 00000000000000000051f24555a326d33cb429bb5f9b0fd2237f82b804b9bae9 1.09 MB 2,589 135
497,126 497,126 0000000000000000000263744951a27da54d725b801be0a1184a39e9348221a3 1.11 MB 1,676 129
497,125 497,125 000000000000000000aaa1de479cc21a29604b403fc779b0889aec1ffdcf3dac 1.09 MB 1,570 65
497,124 497,124 00000000000000000073518bdda7333cc2dde13671220c4d0a1f407d0bebe39b 1.07 MB 2,158 192
497,123 497,123 0000000000000000008f3fb12c436f13c2771c60d49c45b96265af486306736f 1.00 MB 1,758 35
497,122 497,122 0000000000000000007579a3fab94f6cbe5d60f0725c058e3df1795e55baff2d 1.00 MB 1,877 29
497,121 497,121 0000000000000000004cac10ab3efd2a585dee43173f31e3f847cf074da1daab 1.02 MB 1,723 77
497,120 497,120 00000000000000000050ca36c1316a5415b6927a1dc441ab43413a7ab939f991 1.11 MB 1,786 32
497,119 497,119 0000000000000000001bb08a68d6acadeb2d61f2d66df66709f229f732908ec1 1.00 MB 2,836 97
497,118 497,118 000000000000000000bb08c42b147b90595bfda28b4297ed3509560d833c6e77 1.08 MB 2,398 193
497,117 497,117 000000000000000000ad69bb952aa3ce03408a0c841c427d3c82eb63124ed762 1.02 MB 2,186 52
497,116 497,116 000000000000000000c57260408c9c47629d1f47450a38e873edec654365ed31 1.01 MB 2,504 29
497,115 497,115 000000000000000000a29fdc4e846c88190b0f4252dc95d93b2eb0629bb76f8c 1.03 MB 2,537 81
497,114 497,114 000000000000000000a582aba3845a060f2e0eb9136b386ec88fa1acccfbd49b 1.03 MB 2,270 76
497,113 497,113 000000000000000000694c4a23986f09d70cccf4f316e25254f4d1732030b17c 1.06 MB 1,971 45
497,112 497,112 00000000000000000027bbe2eec41d3098d4d3408b4e5a720cf2db740cab37fe 1.08 MB 2,263 113
497,111 497,111 00000000000000000089ad9573665635ae77acdc0364e7ccd9325881c7e84781 1.03 MB 2,309 63
497,110 497,110 0000000000000000005a5ea4b2bd6c4bbbf8441af721b12ca0ac93c8cfc15e42 1.05 MB 2,831 117
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.