Memory Pool Memory Pool Refreshing

7,157 transactions
2.68 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,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (576,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,823 330,823 00000000000000000f60bdacba691f6e71cc7a4bc25e9c9a93e46a210df869fc 0.40 MB 623 25
330,822 330,822 000000000000000003a1900819b937069783142488fdd7614aad25647f96cdd7 0.30 MB 624 29
330,821 330,821 00000000000000000addd15c4a2865620bcad41c2a30f5226d504699b5b22f70 0.05 MB 66 17
330,820 330,820 00000000000000000a5a02d0d0ddcbdb574c0653d3556a9a197f8533456f0d75 0.37 MB 630 26
330,819 330,819 00000000000000000e213b21caf723f60a0c3fec5d854bb3b4602efa0db8bec4 0.09 MB 209 32
330,818 330,818 00000000000000000800dd6abee88e3319e8ee05e34766e9933efe334b861ddf 0.23 MB 435 25
330,817 330,817 0000000000000000012202e215ed8e1185e6c6ab48e4e1fe5821adeede37d4d8 0.11 MB 292 33
330,816 330,816 000000000000000013231024701d186e2c3a511b0ecae9bd83a47bec1deb4e23 0.31 MB 539 25
330,815 330,815 00000000000000001ad2a7158342d8363f7a63d709577a4226023e92d2ee11e5 0.07 MB 124 26
330,814 330,814 00000000000000000502f423b9dda434383355b9cf6e5d488f07fd6028dcc1f6 0.16 MB 306 25
330,813 330,813 00000000000000000ce370f2d760a93f12392599fea33a0f3635339bacd6a020 0.07 MB 189 32
330,812 330,812 00000000000000000f33622578d931848883da02c281fe7e507aaf8aa89efe56 0.04 MB 97 27
330,811 330,811 00000000000000000f3f58f4ce47771a1f4adc1e75fe164066ee2a5a241b5b7a 0.24 MB 475 27
330,810 330,810 000000000000000005d4f2261509b6aac50f38feb7e2beed0248bd638af60a9d 0.13 MB 204 19
330,809 330,809 00000000000000000e8551d7bdb6e7758cd4142d65364850e4b84380bd34f02b 0.53 MB 903 25
330,808 330,808 000000000000000008ed5f48ae588c0e87a2f89b4bcba70189209c14ff1f59ae 0.13 MB 170 20
330,807 330,807 000000000000000009e713f6ea628bde72b595450e4469ceb9547b9bbf0a9e90 0.62 MB 1,034 26
330,806 330,806 00000000000000001965092aea82759382fd6bcf05809edc6906bbb4fae8a634 0.07 MB 146 25
330,805 330,805 00000000000000000fa5e5fa505fa718d3ef8c9060f5f5f9620775b4e9c7d91e 0.43 MB 811 29
330,804 330,804 000000000000000009582f495f4b3e088720e7cac854e3c790e4529a9a30cc23 0.66 MB 1,071 26
330,803 330,803 000000000000000003303cdf57d7c0b08edb4b7d26e5ed817d2d9ae545cc74bb 0.21 MB 388 29
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, 114 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.