Memory Pool Memory Pool Refreshing

2,416 transactions
13.87 vMB
Show Random Selection Loading Transactions
Max Size: 80/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
886,616 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 1,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,615 (795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,820 885,820 0000000000000000000228cfbfde5f960b7360fa59dda7cee41529e132a24ed4 1.87 MB 830 2
885,819 885,819 0000000000000000000078feef2a790e6850f643dee067c7accdeacddbd325e9 2.10 MB 1,979 2
885,818 885,818 000000000000000000023c46455cf3e4f4ed27d3208a414b7513d91bbf66a2f5 1.11 MB 469 3
885,817 885,817 000000000000000000010d7411efac488970bab9fc81ee328424bc67ea5dc74d 1.24 MB 1,561 5
885,816 885,816 00000000000000000001e4bdf8c25bc654bfaeb43ad987ea3a8e42f0d18a8dd9 1.92 MB 1,184 1
885,815 885,815 0000000000000000000276791356decadad9bf2e51036569ca9fa21d4d82d066 1.54 MB 2,818 5
885,814 885,814 000000000000000000014cbbf43f528f702155751160f725fd0a611926b27b6e 1.64 MB 3,020 4
885,813 885,813 000000000000000000015b5e4657255a8a04cf198aa94e4320dbfc35b4a886ab 1.42 MB 2,072 4
885,812 885,812 0000000000000000000255f076042f3b1de6a510c1b4ddbf99eaf80cf9dd2be2 1.61 MB 2,949 7
885,811 885,811 0000000000000000000278d1f36d4891649560457f803836b350c7404de2e93d 1.87 MB 1,071 2
885,810 885,810 00000000000000000000870340c90e2744dd4f86356b4f512714957bdc13304c 1.86 MB 3,025 2
885,809 885,809 00000000000000000000c9246bcc0b5bc6d382239e074c2682f1cc91687d084f 1.89 MB 1,071 2
885,808 885,808 000000000000000000006b7bd1bed3b90a7d9ef4414ffb129b975cddf4f85d47 1.69 MB 2,334 3
885,807 885,807 00000000000000000001b6ca0db9204644b88dc3fb4952f8026521123f56b8d3 1.61 MB 2,430 4
885,806 885,806 000000000000000000008ac3f4aeff90f85d2cdf9f1a5661c62458e6f29143ed 1.88 MB 1,833 2
885,805 885,805 000000000000000000003dc1dad383db46c34beb6be5992a1d72788834ed2615 1.49 MB 2,104 5
885,804 885,804 000000000000000000026abb94afd9d77ddacb8c07943f4e4dd14626e3089ba3 2.11 MB 588 1
885,803 885,803 0000000000000000000249f5cc00e0a25fc2540577456b686708a6d658ff2c1a 1.89 MB 1,885 2
885,802 885,802 0000000000000000000201210e3d8a72a81e056cafe4172aa622474e5f65ca73 2.07 MB 1,433 2
885,801 885,801 00000000000000000001310bf4ddee0f6abef2e7970aed6fea84ab4650c5e148 1.50 MB 2,910 5
885,800 885,800 00000000000000000000779aaee217e65add931bdff63696aee9c562cad6c458 2.09 MB 275 1
Previous 10 blocks ↓
Total Size: 731.62 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: 2,745.78 GB sent, 120.16 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.