Memory Pool Memory Pool Refreshing

1,827 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 77/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (800,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,594 107,594 0000000000027d64305dca9b8213da1e61887a061ff778a1675b0828a4febda6 0.00 MB 7 0
107,593 107,593 000000000001b40348efa87e35021c87595b03f1d8cc48aab68bc75e14614ee5 0.00 MB 3 1,189
107,592 107,592 0000000000015fac9f3fa1f2303e44b4d591a02ec56536d70f5c33d7cc701ec4 0.00 MB 6 0
107,591 107,591 0000000000020830fc7ea9b911218876cf093f62519b7c94c07b287563cc8660 0.00 MB 2 0
107,590 107,590 00000000000248b30f2dba5ef166d12234f7f925a64f516907d3dd44585791d8 0.00 MB 1 0
107,589 107,589 00000000000063605692a5d9765fc32831d01e555feef6e123bea83452c773f9 0.00 MB 1 0
107,588 107,588 0000000000022e659d2c383c8dd72cb93ec7665bb63f5dafdd3ffc32497d49b4 0.01 MB 3 0
107,587 107,587 000000000000ea15c946b64b49185a00821f147b79b4b2b5494d6516c4e0ad82 0.00 MB 8 0
107,586 107,586 000000000000ae232561ca2815fbc819c162011d287d780297495672402daa4a 0.00 MB 4 0
107,585 107,585 00000000000135593b1f443abdd3cdc7d745b6c246c9689b5984f2192c8d6bd2 0.00 MB 7 0
107,584 107,584 0000000000026ad1e0658ac8fc26b6b77e828d8ce1ca8b9ab48a0e03fe1c1299 0.00 MB 13 0
107,583 107,583 00000000000219136c93769baf9008fc18b30f53039e4b963f8f52df50e399ad 0.00 MB 5 0
107,582 107,582 0000000000018bbadb583dc079a76ae08980c525711b0ec46dda5c56c92193f8 0.03 MB 3 983
107,581 107,581 0000000000005f4838fcb13bbd225c304986a0312e04fb2d23640d32cc073332 0.00 MB 11 0
107,580 107,580 000000000001514054e9a8df1c4eac9b3a64fa32a8f6140e2c4e30b331a498e8 0.00 MB 11 2,819
107,579 107,579 00000000000109633f1f19d00bcfeaa3ab17da243c93c6c478ac62322db84b89 0.00 MB 11 0
107,578 107,578 00000000000082391f2e65417675a8dcc1a959510b7db62a2ae3dbd01a0edd14 0.01 MB 30 0
107,577 107,577 000000000001f2be4d4da4439084f6ea4054bccecba1b0bf2052dff12197ed20 0.00 MB 1 0
107,576 107,576 0000000000001c38e5a10db750781457d8dcc2d0ade50ce352fc2f0ca94029ca 0.00 MB 7 0
107,575 107,575 000000000001de30b6340c7ab337cbe0dc0d08981a02ce441dbb83cccb2a0d78 0.00 MB 7 0
107,574 107,574 000000000000c8205a2ef799ee1e64bff0e17b021468bc3290d54499bd6f0b53 0.00 MB 8 1,077
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.