Memory Pool Memory Pool Refreshing

37,580 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,509 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,692 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,508 (205,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,851 656,851 0000000000000000000ce4847a229f65da9792c88a3102276042f90a1cd3198e 1.29 MB 2,200 105
656,850 656,850 000000000000000000106677a93a646b74048b3b3f7b84daa12fb3a39dc13ba7 1.28 MB 2,297 56
656,849 656,849 000000000000000000098074659c3d71780c7cedfda63a4cd4994154159a1f4f 2.05 MB 807 16
656,848 656,848 0000000000000000000e9e4f6b8867ae6e3a55810337129a57bea6a8a7d7c516 2.06 MB 699 18
656,847 656,847 000000000000000000024ca129a76c2a4c0f318bad599497140d19d52b90d8d0 2.33 MB 133 1
656,846 656,846 0000000000000000000ea24d08091507f26f41e791c61b9a02dfeb6c36b7d0ee 2.01 MB 805 20
656,845 656,845 00000000000000000003d39eb879af3d6b9e4535babf1e9c1a5196c0fc7fe1ec 2.15 MB 569 11
656,844 656,844 00000000000000000007c5823801dae90b2330e3ac0b7a95ee62d3369a82ee85 1.54 MB 1,515 6
656,843 656,843 00000000000000000004fc66e8ed35deea7916857a65396ccd981616490e6297 1.28 MB 1,632 35
656,842 656,842 000000000000000000090d2ed862711f6f30a61256ae19b70291e22f98838ae1 1.32 MB 2,140 62
656,841 656,841 0000000000000000000bba88d901a247e6d4bdb7add217e24443b52a4922c42d 1.90 MB 740 10
656,840 656,840 0000000000000000000dae1f8afd482199ad41fa88ea42c40605aeb0c5c43357 1.50 MB 2,032 47
656,839 656,839 00000000000000000001b77cf05a0029201a7b7795c179f723674e8091560aa1 1.26 MB 2,144 45
656,838 656,838 0000000000000000000461ad2671ddff28ad56eb75ce73e4b65eb28d7eb125a2 1.27 MB 2,157 91
656,837 656,837 00000000000000000002fc8eee75bea0c2c6cba7d4bfd6c4a48ac10502136fef 1.29 MB 1,603 6
656,836 656,836 00000000000000000007af797e30e3b8b3e63c7254757ad80e2e84be38346b7e 1.31 MB 1,245 46
656,835 656,835 00000000000000000003948f55479db3fc133dedfbaefbb29e04a63cf14570a7 1.46 MB 1,696 43
656,834 656,834 0000000000000000000c397603c6cacf279b147911342ddce822c02720e6addc 1.30 MB 2,042 14
656,833 656,833 0000000000000000000445c4e5c9e64ea494abc69ad53400dac311666fc0a77c 1.30 MB 2,596 67
656,832 656,832 0000000000000000000b7483ae76627f918e39fcf40f1ba69c733e406f65be35 1.37 MB 1,979 45
656,831 656,831 0000000000000000000926e28fc27259058d687af821364bd7e059c71bd0e29b 1.55 MB 900 9
Previous 10 blocks ↓
Total Size: 685.14 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,372.17 GB sent, 106.28 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.