Memory Pool Memory Pool Refreshing

34,543 transactions
25.13 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,120 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,349 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,119 (66,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,060 797,060 00000000000000000001e877382dd286677ea562392a1568090b66013a6f4698 1.28 MB 1,162 17
797,059 797,059 0000000000000000000265e6feda9d94518e4407aaf1d9c0fdac960957eaf81e 2.11 MB 1,295 21
797,058 797,058 00000000000000000002a0e8514b160cc85667c3edea30e5ff40411f10a153dd 1.48 MB 2,676 19
797,057 797,057 0000000000000000000474be7d5bf9e64effa5573269f1094dd09309ae7c6ead 1.47 MB 2,595 22
797,056 797,056 00000000000000000003aed820eb70336b32d9841fc1a2e05b7540e1ad73636f 1.62 MB 3,735 27
797,055 797,055 000000000000000000041baa1544e78a1e5453186d07198ae23a152c79804d27 1.47 MB 3,115 31
797,054 797,054 000000000000000000056c8cd0a854ad326ef7e9b6d648d38624d78f43a54bb7 1.71 MB 2,960 34
797,053 797,053 0000000000000000000507ca745955edb4466483b636243a26fd525eb97dc953 1.82 MB 3,281 33
797,052 797,052 000000000000000000006bc510e9bab5101ef07f0edaedd25c7aa89f46724214 1.92 MB 3,306 7
797,051 797,051 000000000000000000048ed700002e76f9b586e825d79e76c880d2df1fdcc480 1.99 MB 2,737 16
797,050 797,050 000000000000000000013054b6600311f2dfab70fbb004e3988aced809fc0756 1.50 MB 3,540 31
797,049 797,049 00000000000000000004980bfd150043c1d40d7c41df3ec6602152a2b51b3a9d 1.67 MB 2,178 12
797,048 797,048 000000000000000000041246584c33a67dd51048f7de3defd64a40ab5823c265 2.26 MB 2,208 14
797,047 797,047 00000000000000000005238d66111ac5dacb2991017d2b371b98ca935fd451ff 2.44 MB 1,871 14
797,046 797,046 000000000000000000036e87d3883ce52a3a56fe8423b22b3e990f53ff38cab6 2.02 MB 1,922 16
797,045 797,045 00000000000000000000a4b6cf894e7b96e3c870101fbbbffabefdde4d1f5b0e 1.44 MB 2,143 22
797,044 797,044 0000000000000000000426ae836d53d6640c4838d64c805259d831d27aa153ef 1.58 MB 3,309 28
797,043 797,043 0000000000000000000428ab7fe213212a32d4ae44e5cf7b2c88ab76286cabc1 1.19 MB 1,087 20
797,042 797,042 00000000000000000004991ee75ffc21979369360f94cb0758013b514d75f2e8 1.62 MB 2,758 22
797,041 797,041 000000000000000000005cdfd8b2d2a159149a610e1fc98c4b75acb2c29a9a38 1.49 MB 3,052 30
797,040 797,040 00000000000000000005851566f5628a7cad21df06971aa8ae0c848277ea5053 1.34 MB 2,599 23
Previous 10 blocks ↓
Total Size: 686.32 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: 1,437.61 GB sent, 114.10 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.