Memory Pool Memory Pool Refreshing

48,213 transactions
32.76 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,047 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,741 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,046 (1,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,018 862,018 0000000000000000000034c59985af305a43fed175e59ca641f4e699ed44c63c 1.63 MB 3,536 11
862,017 862,017 00000000000000000000a15bc4d3bbbfce32f39dbe94ecf8ac260eb42c0d8451 1.67 MB 2,838 35
862,016 862,016 0000000000000000000218c451f26b976586efed5f3f49b7e58401b4975fd2de 1.48 MB 2,729 18
862,015 862,015 000000000000000000004a78d9149549df8d998924e63b1f5e214f71b139c9a1 1.45 MB 2,534 2
862,014 862,014 000000000000000000021a88d49c5dc1c9c881552fd580291523db1262540f52 1.58 MB 3,237 8
862,013 862,013 00000000000000000002c730d230f945640ddc673a2b00fd0b5605d122e9350a 1.50 MB 3,100 14
862,012 862,012 00000000000000000003051ac1a23b8a0e3fdf8a3eb08d528d93f8bab1967116 1.57 MB 3,246 7
862,011 862,011 000000000000000000018e440313b8bb28f938e4290beb4fddbbcf2655a5b174 1.55 MB 7,151 2
862,010 862,010 00000000000000000002d0a22bd5ed7337e0e9d409f7c14efbfd4ed31a9cac91 1.69 MB 3,679 3
862,009 862,009 000000000000000000016750fd83a39259b8e328830909b73c63887989e349e5 1.65 MB 2,437 5
862,008 862,008 00000000000000000000259feffa2c9b7ae820c2d075b346701ba6550d89b4cc 1.33 MB 2,157 4
862,007 862,007 00000000000000000000358b4d27e895a6b39398658774cf45b51c8f9f1ef631 1.62 MB 3,525 8
862,006 862,006 0000000000000000000268a506a1c5615ac4aff80f055ebfe33aafd8054b0699 1.85 MB 1,779 4
862,005 862,005 000000000000000000030364b3d98c9dd8e7a7ef92967ccf7526b47229cb4f8b 1.59 MB 1,980 4
862,004 862,004 000000000000000000000f6998ad5c99927cddde077c61638deba57e1e048b31 1.46 MB 1,955 8
862,003 862,003 0000000000000000000102a241372747dc7e3f1ef3c1f6f1cd5a9571baea1dc9 1.59 MB 3,478 15
862,002 862,002 00000000000000000000b1efa5ac48509f56e3b5763dad5200aea8b08b4377bb 1.78 MB 2,025 6
862,001 862,001 000000000000000000007cdd768a5591ef80af2465edfa60281883a42f3aaaff 1.83 MB 1,993 4
862,000 862,000 0000000000000000000104175eb5f8a7d7a16854eb9963dab53c1ec0255be6bc 2.15 MB 2,207 8
861,999 861,999 00000000000000000000b18da447f79c33c3ada5984299a9e3b07cc155369cee 1.76 MB 2,757 4
861,998 861,998 00000000000000000002e0733330bde533b14659c5971e8fab631280931da971 1.84 MB 1,915 15
Previous 10 blocks ↓
Total Size: 686.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: 1,416.96 GB sent, 113.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.