Memory Pool Memory Pool Refreshing

24,348 transactions
36.72 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,120 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,380 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,119 (508,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
354,071 354,071 0000000000000000128ec9ac68d95f7ab799d2cdd2356b3d07ec80c90467498f 0.08 MB 69 9
354,070 354,070 00000000000000000038db448fda04efb73d0def0563ae33b8a53d4b14450cfb 0.62 MB 1,258 27
354,069 354,069 000000000000000013dd47b6f9877cbaa812c8d5964e9079191b5e1cd778162d 0.27 MB 582 23
354,068 354,068 00000000000000001148fcb0317e0fc97c7d5c8a0f401813fafc427666a29a7a 0.10 MB 200 24
354,067 354,067 00000000000000000e61f09d442c4097c24820d6ded8e408fcca29ab9f3740fb 0.28 MB 680 29
354,066 354,066 00000000000000000b9db3f2fb0a8d54e074aed73527a51c368ea559905cc558 0.37 MB 623 21
354,065 354,065 000000000000000003cce35128ae412d9774c5d6e98dd29bf7b4b40bff23ddd9 0.00 MB 1 0
354,064 354,064 0000000000000000161c9e943098924c99ea639f299aa6878c63c87b9933c65b 0.74 MB 1,383 28
354,063 354,063 00000000000000000decc826f424a995aa554ad468d18e97c231592f72ff67c1 0.00 MB 1 0
354,062 354,062 0000000000000000151443e82847dffc2230b4beb1ff88004e483d943edb8ad0 0.00 MB 1 0
354,061 354,061 00000000000000000333fb9d162f0e8682a456e27715953a19df922e85fbe5f7 0.10 MB 114 13
354,060 354,060 000000000000000000fde269dc711e4729e1aa37edf7a42f14a7462b0ea261f8 0.43 MB 831 25
354,059 354,059 000000000000000004814dc8b9d3b32f87273dfa252143f43a49a7666cc6f297 0.72 MB 1,320 26
354,058 354,058 000000000000000011ba13b81dc9bbd0dd6ddc41837d5c5891321f2fd6043bea 0.31 MB 608 26
354,057 354,057 0000000000000000064d4759508803fb1720edf0460dffd2119d77cc106f3cfc 0.55 MB 1,170 31
354,056 354,056 00000000000000000290307c723ae59c28b26b996ed68cf7ef2e5361ad0b0e18 0.22 MB 359 23
354,055 354,055 00000000000000000bf253f98d69c271e0b4290d96892a0e7536baf67769919c 0.05 MB 132 76
354,054 354,054 00000000000000001224f351a1456453b3c36af0f097dec9a765837389909d4c 0.25 MB 525 33
354,053 354,053 00000000000000000345efe5c2f7850533a5193d541579c444f5072362ae42e2 0.65 MB 1,233 25
354,052 354,052 00000000000000000e9135ba9da25164d3f4cbb0c0db6959f5df6536f0cbb4b2 0.06 MB 128 20
354,051 354,051 0000000000000000167ceb29635597808dba2b3be33550cfaed0944e7e140a19 0.51 MB 1,014 24
Previous 10 blocks ↓
Total Size: 684.39 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,338.80 GB sent, 100.91 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.