Memory Pool Memory Pool Refreshing

2,854 transactions (1.00 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,854 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (898,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,256 10,256 000000005e54e18f523c7e6d254d3477ea7fbf374c221f11f3b602941bba5430 0.00 MB 1 0
10,255 10,255 000000000d36924cecfae93048f4a6de1c994e6b9128c2d7988b60e277849d6a 0.00 MB 1 0
10,254 10,254 00000000cd208b2963cefe8c731091cd535ddce431c18f45a6ee6efe4aaad7f6 0.00 MB 1 0
10,253 10,253 000000003f9cf72977b679a442514302ae41ae98abd296d640ce1dc4608d6e39 0.00 MB 1 0
10,252 10,252 000000007bf8f3851b13c16a0ffbc2417a7cbc120f82d59d5c3ca162d1e45726 0.00 MB 1 0
10,251 10,251 00000000260108fca53fdab2a2d4741684ecb72c6d4ed2a8bd14933f486456fa 0.00 MB 1 0
10,250 10,250 0000000027e46edc9b7baee17ce0ba5fd7b2b55d72a39bbad9298180b2d1386e 0.00 MB 1 0
10,249 10,249 000000000639a8360e38022a377c767d84c3b34a8d848271a004def7405c84f3 0.00 MB 1 0
10,248 10,248 000000004156d4fae4d644eb5468aff0af35d201ec529e63102fab08113e34af 0.00 MB 1 0
10,247 10,247 00000000c454490b9232db44186383c431449ce82fdd53b8b46f4bfc5719570b 0.00 MB 1 0
10,246 10,246 000000002cdc08e600e4a9e36a281504f34fb62258061f44cddd4967627a90da 0.00 MB 1 0
10,245 10,245 00000000b0da5d96fcfdffe4b33df3ce2b6974490d1b85989d423b2c76f1a5a3 0.00 MB 1 0
10,244 10,244 0000000029219256afcb9d5a85e7d8f38a2adff2488252896ad05db4d5b507a3 0.00 MB 1 0
10,243 10,243 00000000ab12a6b26e8836f2ffe424b14eddd1f7463750f3fe66b75e537921b0 0.00 MB 1 0
10,242 10,242 000000000bba2c50323f16322eccc66bf8e615c5aa4e998ff3ce3127d5af1a6a 0.00 MB 1 0
10,241 10,241 00000000bdc742b280d6bccdb9ad87c77b6ca821f1ec494a4efc23fb0421ab93 0.00 MB 1 0
10,240 10,240 00000000c562adbf1e9d499f5479211a6ef72f71fb3ae34fdfd5b1515fba79b9 0.00 MB 1 0
10,239 10,239 00000000b69e09773cd178199b8199aeda397e5f3776e6d15326b6214a3484d5 0.00 MB 1 0
10,238 10,238 00000000245c0daa6d231531761c3858854923f853d11664bd20733db5890ddc 0.00 MB 1 0
10,237 10,237 00000000b3b5b8918716b5f44f00bd65a240d9eb0457f947dba77480dbfc2662 0.00 MB 1 0
10,236 10,236 000000004f74d42205b9d7ae1cb5c1591e723894a71358fce73b7e0919628161 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 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,868.56 GB sent, 105.38 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.