Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,790 (897,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,028 11,028 00000000a9f833b51d103cb6d1b37e64f897d1c196a38868c62295faff4cc610 0.00 MB 1 0
11,027 11,027 000000008204a97e14d8c26b2f961854e2125be3bb9842b4c6e97a5c7aa3410d 0.00 MB 1 0
11,026 11,026 00000000eae800e0a350d95bf69587ed62bd7bd8ae35be0fd9011ba3522ea4d9 0.00 MB 1 0
11,025 11,025 00000000b21d42bf89885709683ca6dfcd33d40c547e420dbf84b439f5e7fbb0 0.00 MB 1 0
11,024 11,024 00000000d52809899e8a50b634a43ff12807449a7bf531f62acaff16a7edbc3c 0.00 MB 1 0
11,023 11,023 000000003fc8671940c58f5ab494e952135614053e205b4ca02edb6868f498b2 0.00 MB 1 0
11,022 11,022 0000000083e5378307eb267f636444ee70f304040b0c9ec3d8f3829f07b581d9 0.00 MB 1 0
11,021 11,021 0000000020a0979f0981ae10a88463bda89fec3d547cd061655b9cae8c2879cc 0.00 MB 1 0
11,020 11,020 00000000e05f6a617e1de93ca051fb35ec7e1c0e6bfc59a94750cfeca0139131 0.00 MB 1 0
11,019 11,019 00000000d718a7f486e4f939eed8743561b9ebf8045b14dc8c3abfff2fe1ecfe 0.00 MB 1 0
11,018 11,018 00000000a4d77ff4acde00fcdb80225a8d76ceacfe3dadf89aa4f8159fbc1c1a 0.00 MB 1 0
11,017 11,017 00000000294a0e7eded899ddf8d95efa201cd4672a0204e60fbbaaa904f2eb4d 0.00 MB 1 0
11,016 11,016 0000000048c21a48f3e40255c63cfc484075ef25a22de871f6610351f89d8fd2 0.00 MB 1 0
11,015 11,015 000000008b5dfee01b3b468df99f4fadc22f36f526a7f8b599b50a11c4f4542b 0.00 MB 1 0
11,014 11,014 000000001f793e91dfc29a5b0806455a0033c579bc50c0206e376afb6e2a668b 0.00 MB 1 0
11,013 11,013 000000000204373e745ae57713f0f1968a73193755365fed76181d8d8b0f0ab9 0.00 MB 1 0
11,012 11,012 000000009a45906c3f48b628608fe989aed9e34675ba21f96e5efb88c5eeb273 0.00 MB 1 0
11,011 11,011 000000008846950037e874f99de54af4b3cd04dd0b363091592f3454a9abefbc 0.00 MB 1 0
11,010 11,010 00000000b82607740be81b9b5064569e7faea0c17040dc094ceb7cbe38b0f755 0.00 MB 1 0
11,009 11,009 00000000c5cb26fe4318d3ad16bbd8c9fc9659599836c7e9d6a4f48d37c460bf 0.00 MB 1 0
11,008 11,008 00000000e4797cf5a94b75c72cfe0172b4168e4ca81136c439b3c181da5538db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.17 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.16 GB sent, 102.90 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.