Memory Pool Memory Pool Refreshing

8,168 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
899,781 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,046 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,780 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,780 899,780 00000000000000000001831e82d9c891f2b13194879a45d64cf4d023472d1e5d ago 1.55 MB 3,047 3
899,779 899,779 000000000000000000014c195ae2b2b3ce29b926d2154dab599b3e14d42b28cf ago 1.64 MB 2,661 2
899,778 899,778 00000000000000000001714575d541ff258cf7281bf09fc0cf4c461f4ed1dde0 ago 1.62 MB 3,783 4
899,777 899,777 00000000000000000001709735c24a55fde5ae7010d87d4c5753fd80eeea8c39 ago 1.57 MB 3,616 6
899,776 899,776 00000000000000000001dd69c4fdf712d446015ecff6da90e77b0c6e0cd7a354 ago 1.58 MB 2,660 2
899,775 899,775 000000000000000000015aa04b6f6e31d7e18ae467923abfa716185a7e29aa8f 1.63 MB 3,470 3
899,774 899,774 00000000000000000000d31c370fcbdcd2baa44e1acb3f7b204151f5aa38b0a0 1.66 MB 4,183 4
899,773 899,773 00000000000000000000ff24f9c157e333716a98e7230c7da967ec90d2fd4f94 1.56 MB 3,921 6
899,772 899,772 00000000000000000002005f421fce184223c314a3018438ba4b3ef1923d2cc1 1.50 MB 2,048 1
899,771 899,771 000000000000000000000b1376ad7a1a1d9e65a851d563fd0c9af738e54a1fa2 1.69 MB 3,133 4
899,770 899,770 00000000000000000000379590873cb5d33d991f353a3e805b860414df7bb7db 1.77 MB 2,880 4
899,769 899,769 00000000000000000000b033627df904f31cbb9673cd12acc780b3143f8d50c1 1.63 MB 2,414 3
899,768 899,768 00000000000000000000aacec87450c8f510e75d308997005735390acb4e9c21 1.33 MB 1,635 2
899,767 899,767 00000000000000000000675965afb8580562f956f68b9107ea944586e8a861da 1.51 MB 2,454 2
899,766 899,766 00000000000000000000dc23151f3d683f58c3b6b715c322b7e64375956ddae2 1.59 MB 2,582 2
899,765 899,765 000000000000000000017aea1fde43b6d0399134c5d608dc2b5d42cfe3c47eaf 1.57 MB 3,275 8
899,764 899,764 000000000000000000017e146d79d3da0b15248e9ce87f23574a594369daf5b2 1.56 MB 4,094 5
899,763 899,763 000000000000000000010f47988afe3e325e68b68942200ae2b9530cba8c6486 1.66 MB 3,205 3
899,762 899,762 0000000000000000000224543cebd07716666b17eb9fdb2849142fe419fbfe8a 1.63 MB 2,691 2
899,761 899,761 000000000000000000010fec13383745fec9a550ad31d8dd4f96e70268a509f1 0.95 MB 2,097 3
899,760 899,760 000000000000000000016b8f185c80ef999596e6d24f754e887934f968ff9c32 1.41 MB 2,795 2
Previous 10 blocks ↓
Total Size: 755.61 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: 530.97 GB sent, 26.51 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.