Memory Pool Memory Pool Refreshing

38,329 transactions
14.82 vMB
Show Random Selection Loading Transactions
Max Size: 88/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,843 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,957 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,842 (81,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,785 790,785 00000000000000000005562d7e84bdf34d13b84e138cd387780a5f6ecfd96a68 1.84 MB 3,000 39
790,784 790,784 0000000000000000000033e873ffc3b00e23755ac6680ec9a98cb45eada0d5a4 1.87 MB 931 24
790,783 790,783 00000000000000000004c9907abff0059f1b756130e7c22e38c7af2d328f36cf 1.90 MB 4,811 35
790,782 790,782 00000000000000000000f43a70ffa155368cb04ca16736dc724dea032f7a7e12 1.81 MB 2,866 25
790,781 790,781 000000000000000000040ee24aa1ea05c3f61f2dfe2acac818ee6fe479f58b74 1.77 MB 3,400 53
790,780 790,780 00000000000000000004515c9f67d8a7848ee148dab2e839b092a3754e632b38 1.71 MB 3,326 39
790,779 790,779 000000000000000000014dc0b016372763e79977c1365407b806e1f00fb6006b 1.61 MB 3,486 55
790,778 790,778 000000000000000000057a0d6694d2e5d9e469cbb5ba6d3cbff03b41f0972261 1.47 MB 3,067 68
790,777 790,777 0000000000000000000419055e521d18e40227c2ca5cefd48bb7079b5de92742 1.48 MB 2,888 50
790,776 790,776 000000000000000000039583f9da970191dba73081aa9dd1e2e6422e8b0fd8f0 1.60 MB 3,072 66
790,775 790,775 000000000000000000013d1108a6a52495ac3900e091f44d889580875fa95de8 1.57 MB 2,527 57
790,774 790,774 0000000000000000000142a4156009cfcc7e28981040ba94a8afbabfb3e15b8d 1.85 MB 3,941 33
790,773 790,773 0000000000000000000003b40c100af0028f178bb6055f149fa8bb2841334d97 3.69 MB 699 42
790,772 790,772 00000000000000000002f52e6d19c301fae056b9a285a0577444715f4318e677 3.27 MB 1,208 49
790,771 790,771 000000000000000000010d814c6e8d83af61da41f9b7e3a6fcafe3f6d8164f23 1.92 MB 4,199 24
790,770 790,770 00000000000000000001ec8f18c8ae2efb697a287eeb9ceb5c0a035933d1a393 2.45 MB 3,347 31
790,769 790,769 00000000000000000002c9249c74c31ded2ca772c46bd38bdb0c1ad98993f043 1.90 MB 3,449 28
790,768 790,768 000000000000000000000976d509f690f58bae44b66ea26d9e81f22afe859c56 1.83 MB 2,759 40
790,767 790,767 000000000000000000043c92cb359a733c49e79c0a772e622d7879396aeeec28 1.95 MB 3,493 39
790,766 790,766 0000000000000000000263dffebfb53ce8913f472f6d4a5a9835c61dc741cee6 1.87 MB 3,347 52
790,765 790,765 00000000000000000001b5a11145ff5a3dc0829017ef500152a251c5e42439a2 1.92 MB 3,213 38
Previous 10 blocks ↓
Total Size: 702.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,577.28 GB sent, 230.70 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.