Memory Pool Memory Pool Refreshing

4,392 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (706,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,028 201,028 0000000000000194fe828744e0b44fc517dd54468a38e36a0473acd99be5390b 0.03 MB 111 53
201,027 201,027 00000000000005554c7e1a7baea225cbb4dcb453e612fb6417ca7a18fedb6b74 0.06 MB 112 120
201,026 201,026 0000000000000047bd1a83c4e4675fa691c145ea5c8c6989cf8ef85a0a51d846 0.00 MB 3 32
201,025 201,025 000000000000021825cb4b56ab892f89458894c075638eae584da5e9569e0f05 0.02 MB 44 152
201,024 201,024 0000000000000521a2268df8528db5be4e695542cd0affc64ee5b48be40b06e2 0.03 MB 71 146
201,023 201,023 00000000000001fe6b66cdac15acdf8630dccee04e72e5ad1130dee546ea95a1 0.03 MB 90 135
201,022 201,022 0000000000000262f6b673b6ffbdfc366c985c6148d40ce794ec30d31f71db1c 0.07 MB 125 182
201,021 201,021 0000000000000402807fd79bce29ae38c4a07324f95ea2e57a584845d425dbe7 0.04 MB 88 225
201,020 201,020 0000000000000161c887ff8efe6e72fd57f15f719cec3b30d102fb4bd8f7b6e1 0.06 MB 108 88
201,019 201,019 0000000000000315541f72ded3a75ceeb0fc566350e31c1cec1a1b92c5d59340 0.09 MB 152 126
201,018 201,018 00000000000005662f516962d7c9f6fe4bd79eba0b001f7affc98fc43f517f55 0.03 MB 82 116
201,017 201,017 0000000000000239cf153cfab253bf437fcbf90bd7d065ec09840fbaeff81f72 0.00 MB 5 15
201,016 201,016 00000000000004cfc2713c417de5fa53e5df1948aa69d5784f9d8ab23504ab11 0.06 MB 130 175
201,015 201,015 00000000000002bb0a56a03347d1b8fc342870388efd5a403ee6c34af7f1611d 0.03 MB 47 92
201,014 201,014 00000000000000aed9d4b03a0faeedef7e39ce092d0d604efbc4a9622ccb5069 0.01 MB 17 93
201,013 201,013 00000000000003c3f54dc9928d2e486b49ac4088dcec9c18767946d4c705f678 0.10 MB 155 44
201,012 201,012 0000000000000592a7254640d0d8c6cff26e69dacfab298984c085eaea94920a 0.04 MB 63 70
201,011 201,011 00000000000001da0b10e5d7da7970f6e7e09eeec65d4ee4795dd4f87a645d24 0.01 MB 26 99
201,010 201,010 00000000000004ea611606b85f1efd780b4788c320f97b752837a67b2ecb92f1 0.00 MB 6 80
201,009 201,009 000000000000015548f3169c01d21e1d3bab354a7576381af49974550d603824 0.04 MB 86 52
201,008 201,008 000000000000040f3ea14dc462b7adb6144e44e38201d495c1b27b2fe77d91ed 0.20 MB 358 98
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.