Memory Pool Memory Pool Refreshing

15,409 transactions (5.48 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,367 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,889 (885,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,459 23,459 00000000648e3ae9603b4c829c289af2450cd8ce96efa139959ccabe4661c972 0.00 MB 1 0
23,458 23,458 00000000b8cb9b668ca5d4c6cad6a6bf1cec6c6b8da31c32a90f6442144a331b 0.00 MB 1 0
23,457 23,457 000000004cf6cb88c23cd8e4630a2734c5856ad3e9d4ed19f80bdd75e704681f 0.00 MB 1 0
23,456 23,456 00000000a6b6264e3d123b00c50c35f94ef3d3a1db37ed1015f2b7feaa486236 0.00 MB 1 0
23,455 23,455 000000001669819bbc16881ee02be42b49c874da2bf96eef3965c09245344aa1 0.00 MB 1 0
23,454 23,454 000000000173c85bbc0b36d32da81b68a1039cd12180e627a05f31ca8b9236c8 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

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