Memory Pool Memory Pool Refreshing

1,043 transactions (0.30 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,815 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,043 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,814 (824,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,124 84,124 000000000019e6b743fb1c467ae987414422f382df2ecd6a99e665c152695d58 0.00 MB 1 0
84,123 84,123 000000000021a5a985c8b3e1abd2c4e36e1e0b85170426ffa89f28088add6520 0.00 MB 5 0
84,122 84,122 00000000001d830d9861a432eeb97833bc444e405a78028829ed4ab051d8b3dc 0.00 MB 1 0
84,121 84,121 0000000000003d128b92fed4b96db69ac2ae7e49355b05202274c21cf91c1469 0.00 MB 1 0
84,120 84,120 00000000000dbd747322899eb42f54cb6356f3f9149fb8b3e3f71c2f8efc9a10 0.00 MB 3 0
84,119 84,119 00000000002151114e6b38d19cffe6e7c396f1aed5336492c72baac82014a98a 0.00 MB 1 0
84,118 84,118 0000000000183efc6fcf36aa97e7c045bdb3a869a0c692f1096fc9506947fcb0 0.00 MB 1 0
84,117 84,117 000000000014469cafa3bfae10ba58bde04842873755a95f07d9f6fcdf112dff 0.00 MB 5 0
84,116 84,116 0000000000021c8dfb3364814757e66e7b3eb50e709f5ff308be5396c265c48e 0.00 MB 1 0
84,115 84,115 00000000001de83407b76962cb967b4ad1a044995f1ad5efa2329bb03d307891 0.00 MB 1 0
84,114 84,114 000000000019d1962e797f5ddbe7949894acf9ed3adc1edeee2afe359bc0e858 0.00 MB 1 0
84,113 84,113 00000000001efa5598f0bd53fbd80999dd8d15e9504cf233a1f0f1cdd6be00ca 0.00 MB 1 0
84,112 84,112 0000000000180aaae5268095c3f79698a87c8d7d1206da21da56b146fab1a726 0.01 MB 19 0
84,111 84,111 0000000000301b6b7148f83942dd8d6b260c8d5786ec9758522ced6ae2297dcf 0.00 MB 3 0
84,110 84,110 0000000000068b18a2e45c20845bcba77cbb36a197c3c0a9347ffb8209949f6b 0.00 MB 1 0
84,109 84,109 000000000009ad711b120d0d577ff13a296b7062046185b7b84ea5c705530b54 0.00 MB 5 0
84,108 84,108 00000000000493d5071be1c9536f316cfc7b78d4bdd1fa5a84095233cd7faebc 0.00 MB 1 0
84,107 84,107 000000000015d80ee2119aa50167413bd50a5779b83d7165b30a741a0a5f1fe3 0.00 MB 3 0
84,106 84,106 00000000000bd68d28f0076956ad42c5da04c1253d8e1d3cac62970594054364 0.00 MB 1 0
84,105 84,105 000000000021a14c896f0968c70293d81362d9e9138f34ae76057bd633cb6ec0 0.00 MB 3 0
84,104 84,104 0000000000171044697a526fa0d3587ddaaf00fb11aa8f8d287bb886e4e7760b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 771.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.64 GB sent, 103.14 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.