Memory Pool Memory Pool Refreshing

7,655 transactions (2.81 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,871 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,505 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,870 (885,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,453 23,453 00000000742b9a55522ae44345337d4a4608fab878557e783ebe4c93fb362473 0.00 MB 1 0
23,452 23,452 00000000da63e0992f7d19ec0f298f3c2d4cfbeedc24c8b6daf2de406291a3dc 0.00 MB 1 0
23,451 23,451 0000000042499d4a9000ca436858a40b012b11ceb84ca371474ff2ff14aa4dd6 0.00 MB 1 0
23,450 23,450 0000000097e6ec818aed9007a005b01ce6f3cd53a968a300a80b22cbff27220e 0.00 MB 1 0
23,449 23,449 000000009d413b31d77caf64d9ded1f300acad75b57a0beb48aaf022e2a5898b 0.00 MB 1 0
23,448 23,448 00000000df5d13393460cd859b427d27479b76517ee955d3994ff855c7651e97 0.00 MB 1 0
23,447 23,447 000000009796c28c05d87081355a9657dfbd7bf11b30d88afc036a84bf5fc007 0.00 MB 1 0
23,446 23,446 00000000bea606f39a56a1abc8f8a63861f00f796d3286646a51f7458d272812 0.00 MB 1 0
23,445 23,445 000000007f1e616efa6d9eae61ef85cb282156bf21e42f040230244bd04b1587 0.00 MB 1 0
23,444 23,444 00000000111363089e99ecedb2bd2a805033e4bd601431aad848c1cfc7e85c07 0.00 MB 1 0
23,443 23,443 00000000548fb7c38eef90508d9a9f1dbce0851f83311b1a7106c81f6c39cb17 0.00 MB 1 0
23,442 23,442 00000000731116fa4aa114c7fe578b7bf36156a78261d0d3d54f1a67338e98bc 0.00 MB 1 0
23,441 23,441 00000000e85a52a3f5b83b8b5e8cc2924ce11f914213f5e6b429d40a43d1c7e2 0.00 MB 1 0
23,440 23,440 00000000cb46403b7fb361262aab494eb96d9ea3e6590a7b0a64ce2de0bb2a39 0.00 MB 1 0
23,439 23,439 000000007f5da7ea239dba629d503cbdad1634005600983ff7b3c2d247ab4e4f 0.00 MB 1 0
23,438 23,438 00000000f1b594b92bf663cb15d148e974415d51ddbe852d7d23552cbce4f559 0.00 MB 1 0
23,437 23,437 000000005e2cbdfc70f6faaf14f76995874a3829b6068f3d09b7660587bc3a2f 0.00 MB 1 0
23,436 23,436 00000000520a6023059729b155eea8c269f916abb2ed28c413558c84f924d7a1 0.00 MB 1 0
23,435 23,435 0000000031835cbef6036603360655de55508b537d854109bd1c5709c61aff2a 0.00 MB 1 0
23,434 23,434 00000000ebe096e6677cbd27cd2e65065faa734e8203be3ba6fca83986138ff7 0.00 MB 1 0
23,433 23,433 0000000018ee7999926286bacfac06e2850456adeb24108edd9364305e34da9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.39 GB sent, 103.71 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.