Memory Pool Memory Pool Refreshing

5,364 transactions
9.77 vMB
Show Random Selection Loading Transactions
Max Size: 57/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
886,976 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 1,701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,975 (96,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,855 790,855 00000000000000000003d27924f858ed2dfdf99b198454a4fe4b057c81b2d5c8 1.87 MB 4,817 34
790,854 790,854 00000000000000000005acb73c3352c20e6da40a55e9788cc634eb3cd273a28f 1.79 MB 4,367 22
790,853 790,853 000000000000000000043a3ab02831b8eae0facdce65f6c87de0990280d8d336 1.63 MB 3,723 52
790,852 790,852 000000000000000000014a4d1d2996dcaca2d9bdeefd63747ed34673dfae1dd1 1.74 MB 3,348 45
790,851 790,851 00000000000000000000ee5805b480438579e653173acd857848a4dd536fec95 1.98 MB 5,403 26
790,850 790,850 00000000000000000002fb9f59b4c425b487ade7bad8dd6862159ec3030f650f 1.78 MB 4,014 37
790,849 790,849 00000000000000000001f0e9244cbd9296697fac1e7282d6501c958bc3ab5102 1.78 MB 2,898 22
790,848 790,848 00000000000000000001434128bbf04420902e71e04131554cfec64e47885f53 1.78 MB 3,553 38
790,847 790,847 0000000000000000000168ba2b609ccc329ba391a51a8fc0f5ee79b63fe2d0a1 1.72 MB 3,562 62
790,846 790,846 00000000000000000003745965dfaf8886ff8fcf7a46e9a49479614d93774169 1.83 MB 3,100 48
790,845 790,845 0000000000000000000234eaaaa81ef996fdf4029db53150564dfa27687fa0dc 1.52 MB 2,973 64
790,844 790,844 00000000000000000005a19d354b475bf86ef259c117303dea7a9d20fc02a99c 1.40 MB 2,465 61
790,843 790,843 00000000000000000003280c6695aef21fcf24fad385b41abb1620b03d724623 1.99 MB 4,216 33
790,842 790,842 000000000000000000054835d351466e20ea19da2ca59f720213292091e049e1 1.59 MB 2,834 41
790,841 790,841 00000000000000000004d5b9690e8eb37d11cac72881ec904bc800cee0ba65e6 1.80 MB 1,871 26
790,840 790,840 0000000000000000000480cd4b7fea90318c36b2ae6659f79b54506e0cee597c 1.73 MB 2,548 52
790,839 790,839 0000000000000000000135c1ac38c13e4e04614e8c8e581542209cabe791d9eb 1.58 MB 2,011 49
790,838 790,838 0000000000000000000157e6340b4f5dda9163a6a234f06bc2792a6ac7fd5061 1.69 MB 1,641 42
790,837 790,837 000000000000000000032d34b2fcfb3f1497c50bc0ef6e619b622554a77c2942 1.70 MB 3,904 44
790,836 790,836 0000000000000000000210359025e7426f4184f63c58316bdae54c984cad7fab 1.74 MB 4,046 31
790,835 790,835 00000000000000000004fec42fec20961b6041ea6bd38b49ee67f19cad3e6dbd 2.00 MB 5,625 22
Previous 10 blocks ↓
Total Size: 732.31 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,798.86 GB sent, 122.73 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.