Memory Pool Memory Pool Refreshing

95,961 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,910 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,763 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,909 (44,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,385 826,385 000000000000000000011e5bed0ad5e7a692e4c620b8f1a46ef2848ae9b2fd07 1.75 MB 4,063 67
826,384 826,384 000000000000000000021206804b84d5503ffeff493d2607f8b929333bbe0f70 1.89 MB 5,194 67
826,383 826,383 000000000000000000007423ab7acd8dbd95f221ad596e505374116dc88315e9 1.53 MB 3,195 65
826,382 826,382 000000000000000000037c0c67cbda94f050f44b2dddedbe455b2d486fbeeb19 1.81 MB 4,537 42
826,381 826,381 00000000000000000001cd18822436df6d890b2aebe62e4c5e990386c0dba46b 1.57 MB 3,186 73
826,380 826,380 00000000000000000000a72e1b52eaf3c82a8e30bb4ee330f431102ce5dab4b8 1.58 MB 3,835 105
826,379 826,379 000000000000000000012359df8ed548d973ef4c68a2283092385fff80791d44 1.64 MB 3,955 66
826,378 826,378 000000000000000000023ce845a4e226e25b95dabac27ee885a6051076cea9ae 1.55 MB 3,451 43
826,377 826,377 000000000000000000026d48484a40ac331569d4049e37235b541a9423c261bc 1.53 MB 2,844 62
826,376 826,376 00000000000000000002f46b12f301a7536f981745bdd683659674ab3dbc947e 1.79 MB 4,292 44
826,375 826,375 0000000000000000000326455f7d664aee60b0a424aa6304b5c9a813f194f6c0 1.84 MB 2,733 34
826,374 826,374 0000000000000000000155b858675249a413848d34274ce36d2b7082305bfaac 1.81 MB 4,246 40
826,373 826,373 00000000000000000003702b3e6e946a6a7ea6a78d1d13cb52512c7e67333e0b 1.62 MB 3,301 50
826,372 826,372 00000000000000000000ee6e20bfb7766bed5f6c98bb1b2c95368292752b3ea1 1.84 MB 4,903 41
826,371 826,371 000000000000000000025a3ae97824673f7c661982d6f7cc38c510e36401fea9 1.86 MB 3,689 38
826,370 826,370 0000000000000000000000b593467ce4246d4855dcf4d5222a54184e6fa6df96 1.76 MB 4,011 37
826,369 826,369 0000000000000000000240aaa61ac246b1936aad37f8c2fb77655cc5288d693b 1.84 MB 4,577 48
826,368 826,368 00000000000000000001364bca708261acfa17dbea9cf6e6a88493479b4cbc19 1.83 MB 4,635 52
826,367 826,367 0000000000000000000135538b8ded864cad47a45e3989cd13a8469e839af616 1.87 MB 4,996 38
826,366 826,366 0000000000000000000340551678b3862b4dd0db0fae10667ec2e0c8d0aefe0f 1.71 MB 4,395 55
826,365 826,365 000000000000000000012ea3b73236c75114556050b6d212cdc7a754d210fa6a 1.71 MB 4,656 43
Previous 10 blocks ↓
Total Size: 701.18 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: 2,402.03 GB sent, 218.58 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.