Memory Pool Memory Pool Refreshing

58,084 transactions
25.91 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,051 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,413 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,050 (25,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
836,158 836,158 000000000000000000021202e780eaeb4b6d06aeafcd71e012ff15c24614f8cb 1.54 MB 2,299 14
836,157 836,157 000000000000000000034dda1927f8b3e7b617782ebc7612e9fbdae742cae8c5 1.65 MB 2,851 16
836,156 836,156 000000000000000000032fda54743f85d7f03eb02180a669281e1aee0fc9fd16 1.59 MB 2,915 19
836,155 836,155 00000000000000000000b97662598536a397dc9e4f939fd93cbdfe318373e000 1.89 MB 861 8
836,154 836,154 00000000000000000002ff6d98c9f7a961db78b13c67429d18fdee6506c19e21 1.52 MB 1,720 10
836,153 836,153 00000000000000000003140f3ef303a2ff5201b08ec9af895c06341a7f3df8b4 1.64 MB 3,176 15
836,152 836,152 000000000000000000024c88f89c2880ebe9a95631a4e1c0f10173a8cc6ab09e 1.73 MB 2,735 12
836,151 836,151 00000000000000000000db1e664943815902e18a5739513ea5c99395243ba9dd 1.77 MB 2,950 13
836,150 836,150 00000000000000000002f042e56cddc2105c0c3137f414534d0c7e3522d6e084 1.71 MB 3,035 16
836,149 836,149 00000000000000000001426505a97a8a7db18aa6b1731b9c07e2df00a85674df 1.94 MB 1,207 9
836,148 836,148 00000000000000000001b7851acf99cafd2c2fe2b3c252eacdb5fada4c44ad14 1.90 MB 723 8
836,147 836,147 00000000000000000000101fe4c06ecc2013fc76b1ab01bed1f80f3f49588c4c 1.94 MB 1,209 9
836,146 836,146 00000000000000000001d180d2bab3de30f83a4ed941d32ca2a2a264aca55ee5 1.67 MB 2,760 13
836,145 836,145 000000000000000000034e3142f2d1854dfd35a1316ad7e42b2bfb1600d42115 2.68 MB 1,563 8
836,144 836,144 00000000000000000002d3ccdf7882bdb106f6e4cfc8c6b5039d65765c4e3e6a 1.66 MB 2,493 13
836,143 836,143 00000000000000000002185b2eba61b8a2078e68a120c83eebfb2f23f509816d 1.73 MB 2,923 14
836,142 836,142 000000000000000000002e0b35a7abe0a1c6d71c3b24cd3c6d41ca74e45f7814 1.73 MB 3,032 25
836,141 836,141 00000000000000000003420b13322faaec40045ca1710a01420ec7beb24abd40 1.94 MB 800 8
836,140 836,140 000000000000000000003d812ed057c179020d701f2520106d7f10a44aa61a32 1.92 MB 884 8
836,139 836,139 0000000000000000000153611936bb991e42b43877ab1868921720e4ea73b97b 1.91 MB 759 8
836,138 836,138 000000000000000000033783c09ea0c7c98179dec30980587137792e223998a2 1.75 MB 1,787 9
Previous 10 blocks ↓
Total Size: 684.25 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,331.29 GB sent, 100.11 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.