Memory Pool Memory Pool Refreshing

75,127 transactions
28.48 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,012 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 4,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,011 (682,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,624 185,624 00000000000002b6a43360c46567920471a9626f4b7c03e86654d6b135d3a0a4 0.01 MB 46 53
185,623 185,623 00000000000002e4a776d4831f6c34e91d1d906085f21062f34812f7ff909f89 0.05 MB 135 62
185,622 185,622 00000000000004909f0f95e2b9566bd5c2e9edb5171ea67359227c7a98ac2991 0.08 MB 208 113
185,621 185,621 0000000000000333ed4347c8bcea77745ead34a01ee0aefb929fcf497e6fed86 0.02 MB 32 238
185,620 185,620 00000000000000c948abe47be98f435ecf7ff5d0b4c803e95d3f0ab5c4631666 0.04 MB 109 131
185,619 185,619 000000000000078bf2e0e6e90709a6d4ef73f5f6f4efa3bf9310f68197c0fa8c 0.03 MB 86 109
185,618 185,618 00000000000003fea2b5a7047be30b0177bdab0c80fc885714818f85d7f07073 0.05 MB 128 284
185,617 185,617 00000000000006cddefa596ce184ca3d456cafe4c0dfc826a16f92c8ce00e477 0.03 MB 109 77
185,616 185,616 00000000000000b43ab4b9efd4b78cac07a430c424ceb4a6894e2a1f421d30c2 0.10 MB 237 123
185,615 185,615 000000000000079908f636da805eab325b09c4db7029c095b2cc236152b6f617 0.04 MB 101 94
185,614 185,614 000000000000052d0706a74108831e40b14e8e75916de3ad1cc50edd7688e403 0.10 MB 195 104
185,613 185,613 00000000000008c51df3914a1857628a17e8b4262590a04d7bb867734f946a18 0.04 MB 108 90
185,612 185,612 000000000000001f200955fd98095c52f4afb034b2c35ee4f8fadd6575820317 0.02 MB 53 192
185,611 185,611 0000000000000930b873942a3e9406c7cf50b25ba1bd193435530d434d0e7674 0.04 MB 97 139
185,610 185,610 00000000000001f7090ea95ae9c1b0aefad2f6617bfca6f34279f8d159be06a1 0.01 MB 30 129
185,609 185,609 0000000000000797375da2914e88161133c7defc5daa5f16ca74b366f2fb864e 0.04 MB 109 45
185,608 185,608 00000000000005bf44b32ede0d9aa7504b7ce2ff48f528d428afa2eda48b72c1 0.07 MB 170 116
185,607 185,607 000000000000048f1d50a7983b5ab088320936b2db9a28687af34ad98ddf00c6 0.05 MB 109 97
185,606 185,606 0000000000000372a52e69e4f82ff50ba64f2c4552ded199ee0f6991c6655d1c 0.09 MB 180 108
185,605 185,605 00000000000000df508bef42bfdfae153737a06d37fd9da848801ae61708f1a6 0.06 MB 128 316
185,604 185,604 0000000000000444eeb48af5bda74028a1ea1fcd1761352db9afc91ce823aecf 0.07 MB 134 106
Previous 10 blocks ↓
Total Size: 695.57 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,963.87 GB sent, 183.38 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.