Memory Pool Memory Pool Refreshing

34,211 transactions
28.04 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,458 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,819 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,457 (28,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,171 835,171 00000000000000000002910a4f1e037bf4e3e9be56b3221f2e5ff0e98a0e993a 1.58 MB 2,964 43
835,170 835,170 000000000000000000031d59ef708d8950a871db9a9101bcf9a3faadeccc1b75 1.60 MB 2,975 27
835,169 835,169 00000000000000000002e55e6a6551a5ae5f085888c0bdeda4dbc3c62064dc22 1.56 MB 2,683 29
835,168 835,168 000000000000000000009af05b3cf582e420c0d365557cefbe42236f75573eca 1.82 MB 2,780 13
835,167 835,167 0000000000000000000173d6f4ab384f6c5bd4503499fcba04e2f382741c88db 1.85 MB 3,809 13
835,166 835,166 00000000000000000000a7f20fe53d9cd64888e04b3229dd1aae605d258c7ce1 2.01 MB 667 10
835,165 835,165 00000000000000000001a07f5e4cce3f371cd6528ba4cdae1c3aa2b1d4d8849a 1.81 MB 2,020 12
835,164 835,164 00000000000000000000569605212cbee0f6257c5b0c9f0cfdea99b3e16ff5e9 2.33 MB 1,244 10
835,163 835,163 000000000000000000000a489e7f7f7f90737f1acf0eb25584aa93e37440b9d5 2.17 MB 2,057 9
835,162 835,162 00000000000000000001b07af8fa22126680f2ce10939defda0faae38e1fe409 1.69 MB 2,651 19
835,161 835,161 000000000000000000021a731d2106dda997d6eaf6228252c7abdc259c1fca5e 1.72 MB 2,298 13
835,160 835,160 000000000000000000010954e097f1984101be34e614e965994a852a33d7a081 1.57 MB 2,744 23
835,159 835,159 00000000000000000002ce148f70f012eab7f0644255ad2cef3c774ee79f0db4 1.34 MB 262 7
835,158 835,158 00000000000000000001b6709dc716b14f72cdbd39d32a214502cb17a168eb93 1.90 MB 98 7
835,157 835,157 00000000000000000000af6c53384d6352750ca09502972400bf89255ea10c5a 2.02 MB 2,765 11
835,156 835,156 0000000000000000000086a9da87ceee0b25ed2cfc6a8b73582f2a2334bd10a8 2.03 MB 1,886 10
835,155 835,155 00000000000000000002fdd9c2553dad26f7e161a0e712295985aab85189fe6f 1.98 MB 2,367 13
835,154 835,154 00000000000000000000f639ab50325c3efd8e2ab6397f84448299cc503a5441 1.83 MB 1,809 12
835,153 835,153 00000000000000000003023ac2600becaa60537a6b36526d1f033a7ed745581b 1.78 MB 1,222 8
835,152 835,152 000000000000000000022e134aaa57f955f66a66b9a3b4f4c2f04c412b2b1c2e 1.93 MB 3,507 11
835,151 835,151 00000000000000000000d3e86f31a24c768d3807d5d247d0e2669ed7f81ca1b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,500.60 GB sent, 118.34 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.