Memory Pool Memory Pool Refreshing

618 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 604 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (44,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,608 863,608 00000000000000000001b8e11ca7a778b4d0b900839224ff7163a86ed6ff2e39 1.74 MB 2,409 5
863,607 863,607 0000000000000000000145bb88237856823f2dc4aff48a0c7a78a75f7212dee6 1.90 MB 1,154 3
863,606 863,606 00000000000000000001aa46d4f4300258dddfd9a2d7c91a014cf76aa1d78d9b 1.55 MB 2,912 6
863,605 863,605 0000000000000000000109e0bd9582a0fd118dc443aa343d6477d4fcccde809a 1.69 MB 7,065 2
863,604 863,604 00000000000000000002932bc82477f9ae2d73365ff44b995161e7ee979216ed 1.73 MB 3,908 3
863,603 863,603 0000000000000000000020b39a0a99d1f54972484a299792953e5edd0c197c6f 1.72 MB 4,010 4
863,602 863,602 000000000000000000028860d07b7a0e3fbd97a89bb81953328d952b9c758542 1.65 MB 7,032 2
863,601 863,601 00000000000000000000958d6f08c2bede7eba1bb390008d5062a0b8a6e2a9fd 1.59 MB 6,084 2
863,600 863,600 00000000000000000000a0c86357e07160f47a8d5993861d4ed752ab5110fed3 1.66 MB 6,718 2
863,599 863,599 000000000000000000006ec490c776ea7efb4295a99412cdeb8416e658cab803 1.65 MB 6,778 2
863,598 863,598 00000000000000000000f6166d047c3e4f31fd248593965198a238b5cd8b9b86 1.59 MB 3,027 5
863,597 863,597 000000000000000000011c009bb1534401779806f73e96562473a3aebd44b30b 1.65 MB 7,220 2
863,596 863,596 00000000000000000000bdee9dbbd3056d1b26b92fdcd34213f3c896d32c0783 1.61 MB 6,884 2
863,595 863,595 000000000000000000013aeb82f4e4aae17921f9474da580c7f8876623c66aa9 1.68 MB 4,249 3
863,594 863,594 00000000000000000001c057a958787c472fcfe655285cfa7893d072dd3e5798 1.44 MB 2,127 6
863,593 863,593 00000000000000000001dec9786a9ad567123110e032ff73696defb7674139cd 1.64 MB 7,268 2
863,592 863,592 000000000000000000006f10fa99f4f13b96dbd5add59c0f4ef1666d5c7134aa 1.57 MB 5,261 2
863,591 863,591 00000000000000000001c9da2cebecfa9c03c2a3a1789206dcf68f7e8e463efe 1.80 MB 1,401 2
863,590 863,590 0000000000000000000102cc9f76c429c104dd8f137c146d4d676729ac92c435 1.60 MB 3,565 5
863,589 863,589 0000000000000000000291d9977998eba204e4065b45ef7ea7d2b934819a6168 1.53 MB 3,321 4
863,588 863,588 0000000000000000000235691ba2fd5906180d22663d3a1a68e6b29840cb676a 1.56 MB 3,462 3
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.