Memory Pool Memory Pool Refreshing

41,718 transactions
30.60 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,210 (342,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,344 520,344 0000000000000000000f7350ab142011161d31d32e61ec4c4817dce2645cbc7c 0.43 MB 867 43
520,343 520,343 0000000000000000002c9d53bedd075a5b299c504be21a1211aad29fef10c98c 0.81 MB 1,995 48
520,342 520,342 0000000000000000002c19b12b71ee6ec5ae32b22c626b4c23a44a59c5dcaec4 0.12 MB 96 21
520,341 520,341 0000000000000000003e9aa348e7627dc4dd096f103933f827bdb2ce85c3fcda 0.42 MB 815 33
520,340 520,340 0000000000000000002574eade03debf35b2748518f6188868671386c815bf8b 0.15 MB 384 49
520,339 520,339 0000000000000000002d06d1ea1e0d62602f5525b39439d09fdcf7290efb18f8 1.25 MB 2,446 43
520,338 520,338 0000000000000000001783a1cd5d460a4aefb399ec96c52cdb8744c1820b80b8 0.09 MB 173 34
520,337 520,337 00000000000000000017a0448dbf3b07108684e00a27b87ddd9a5cb1c46c0bca 0.43 MB 739 44
520,336 520,336 000000000000000000407cc2c4c537460c21865ab99d4c4e2b7ea9f2dda90e92 0.32 MB 660 44
520,335 520,335 000000000000000000088522364ca6e606974ce2cb20d37f57a869edbf7050cb 1.05 MB 2,625 32
520,334 520,334 0000000000000000001ba2994e6a4cfdbe72c70de856497f9657c0c13851dfb0 1.21 MB 2,802 62
520,333 520,333 00000000000000000025965151725300cad82ce1469833cfad52f6d2fc9f3b3f 0.49 MB 1,034 47
520,332 520,332 00000000000000000019817c120c1f61e1e738e7530804d3c0bcb95ab2094e60 0.88 MB 2,155 44
520,331 520,331 00000000000000000002fac92f91ac6d7ebc7bd4f243d95adbe2a574fdbe831a 0.24 MB 447 45
520,330 520,330 000000000000000000269dfa6965c03beae48b854e43c1c53cfa4766eb9815b7 0.06 MB 135 34
520,329 520,329 0000000000000000000d27fdec0e3e2a53d82d115bc7ac66064a942a8d699e73 0.08 MB 227 32
520,328 520,328 00000000000000000019dbb3deb0e73c5ae4b17d3abdd0e11bd12938512d7b18 0.68 MB 1,677 44
520,327 520,327 000000000000000000111059c20232dfc691b1959880f10ac00a9b10d4bd0f2a 1.13 MB 1,872 40
520,326 520,326 0000000000000000000d27193d5aacad951407e6b49b56b8951f2875205faad5 0.48 MB 886 32
520,325 520,325 0000000000000000004272d6bac3988853be2c095f11f79f4917ddc93170c0bd 1.18 MB 2,963 44
520,324 520,324 00000000000000000012dac984cf5ba08036404defecf4003c624ab277e7069e 1.02 MB 2,683 45
Previous 10 blocks ↓
Total Size: 686.52 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,471.08 GB sent, 115.29 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.