Memory Pool Memory Pool Refreshing

1,214 transactions
19.77 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,308 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,013 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (901,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,937 6,937 0000000011b84ad8e7fd5da5c3e33459a9aa83cf7372c2603664891be4483ee3 0.00 MB 1 0
6,936 6,936 000000004336af57d93af44cc6e5d722bf5660beaa9a8408728f6b58a7674d5d 0.00 MB 1 0
6,935 6,935 00000000eebddc9bb9fa5419eb30aa8852b02f9e5abd26a698d088a601cb60ec 0.00 MB 1 0
6,934 6,934 000000000dbe13c5961daba3e9b8f3f6870bbd6fed966bb0d1a6084174f5e02a 0.00 MB 1 0
6,933 6,933 00000000883100134dbe0bede12e931e7e5cabed804abfc791646cc93e0b8c2a 0.00 MB 1 0
6,932 6,932 00000000d28bbbe0812c372adbd91aaa946cd8c88d151904e174c0165ec6ddf2 0.00 MB 1 0
6,931 6,931 00000000617ab7eee5a5d6567a7d84c65668c845e2040a9fd789e2800838a350 0.00 MB 1 0
6,930 6,930 00000000f49a9d6fa0beaf1f8a8ef2a4c1768e77d2358d2e6064a6f579207e01 0.00 MB 1 0
6,929 6,929 000000009688c4421c7e422e1739262af03d68a927f3c1b89c52b8058a20f9e2 0.00 MB 1 0
6,928 6,928 0000000047911be990105985f50e3365ea69202306ad052201e0010d7e989999 0.00 MB 1 0
6,927 6,927 000000002b6ff52397ac898621db7716df7a7fabc4246fd1d5a8027c2eb61efe 0.00 MB 1 0
6,926 6,926 00000000a2210c8fe0d6da04eeca8832b8cb20c55178561e543bbfc240754ef9 0.00 MB 1 0
6,925 6,925 0000000088d28a379c83e5f176eb13ceb5f8e8859c717608972d24d8f59265b8 0.00 MB 1 0
6,924 6,924 000000000c5fc06f9d1f5b21ae3b05715a5285315f272cfe5432c89b8bc1647b 0.00 MB 1 0
6,923 6,923 00000000fcdec9bd76882d76697b6fa477aec7df646272958d557b366765159f 0.00 MB 1 0
6,922 6,922 000000004fa16ed5632c76e1d5f038c1fdddb38b6c5ef4640e6e04a49e14259a 0.00 MB 1 0
6,921 6,921 000000002e6cdb76ffae78a57f7b7cf8f74868fe6788bcd0b19f4165d31ac524 0.00 MB 1 0
6,920 6,920 000000006cc01055572ce6042273622b26dd05993e3a45f39b48ddaa57a171fe 0.00 MB 1 0
6,919 6,919 000000000e27cea4bd8828046017ef610080cbbd8a570b36be4cfca2636c7437 0.00 MB 1 0
6,918 6,918 000000005e75f01fd9f13cc5607476ca4b0caf1bb405cf47ffabf4b97a15680f 0.00 MB 1 0
6,917 6,917 00000000de1f65836215d710c7ffb54c3631a2432dc87188191ca73ef7e7dd04 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.60 GB sent, 98.54 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.