Memory Pool Memory Pool Refreshing

81,692 transactions
30.62 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,848 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,073 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,847 (66 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,781 866,781 0000000000000000000061ecbace468a31a628ac3ef1f99ef951a2c14af1dd1d 1.44 MB 6,260 14
866,780 866,780 0000000000000000000183a70b7543ac08fb6edbfc351c10209cf89dd30ee8e5 1.50 MB 5,300 17
866,779 866,779 00000000000000000000ce909127d4ab478cebbe192b1d10381758ee8efc16c6 1.46 MB 5,434 19
866,778 866,778 00000000000000000001d8bf081b3da7977883484d5d97ad7c7b8548ec74da1e 1.48 MB 7,057 12
866,777 866,777 00000000000000000002443e36a66a3c4e53983c3f4478b49839bdd8fc62315c 1.51 MB 5,040 15
866,776 866,776 00000000000000000000d24b8b360346ea0003e2e4711b75b85120cb15b371be 1.53 MB 5,483 13
866,775 866,775 000000000000000000019cd92459d19b5dfcdca22483ef7578ec31ac84f1c0ff 1.56 MB 4,329 16
866,774 866,774 0000000000000000000257b98c26e9e7b9225f57b9b7fcdef0302defb4f7e331 1.55 MB 4,838 15
866,773 866,773 00000000000000000001650ff7f837f0ab2670f66458fef16eeb33fa338ef121 1.53 MB 6,656 10
866,772 866,772 0000000000000000000024eecfb1bf7abc425fbfe68583c62bff02137e9472e3 1.68 MB 5,148 12
866,771 866,771 000000000000000000009d1db9ecb50040b60cf0c8022684753a735be06eba44 1.46 MB 6,750 11
866,770 866,770 000000000000000000017040ec3705f6e69f1a1fbdc708f78a09b11b330ff792 1.47 MB 4,830 15
866,769 866,769 00000000000000000002f30b36c6e1973b07b8d03033c95349f978d64951492a 1.47 MB 5,847 14
866,768 866,768 000000000000000000014f704ddda6eacbe51347e22505bccf2e49719448f153 1.54 MB 6,547 11
866,767 866,767 0000000000000000000092f9f11236b90083acc037ed3e98ff686772ec2ea95f 1.48 MB 6,274 14
866,766 866,766 0000000000000000000154512c69171c9bab732e29cb322c67a344c759012b1c 1.54 MB 4,637 16
866,765 866,765 000000000000000000029a5106d3327e72787cc176558ac7a88b9e541a7a9d7a 1.61 MB 7,328 10
866,764 866,764 00000000000000000002e14a7b4189ff3d26608f256d835ad35ca0bb414baf1a 1.54 MB 6,541 11
866,763 866,763 00000000000000000002483534be62a221fe4a11d3fc61736708fb09b5e99530 1.47 MB 5,645 11
866,762 866,762 00000000000000000000caf0ab516d253bcf50d1b48760373016e5d094f80cb0 1.52 MB 6,710 14
866,761 866,761 0000000000000000000065b6c07421f774d7532a0f38476b91898f3aa3dbf016 1.53 MB 5,923 15
Previous 10 blocks ↓
Total Size: 693.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,875.07 GB sent, 167.49 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.