Memory Pool Memory Pool Refreshing

8,013 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,661 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,173 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,660 (666,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,512 241,512 000000000000009142e56e175e36919ccf838454f2f0f5f245e867cc26e710cb 0.20 MB 375 138
241,511 241,511 000000000000006c575e7fdeade0ae30ff36d9a0f069f0e9f48392b2ee7e9391 0.07 MB 122 44
241,510 241,510 000000000000005eb12f6cfda7c3b1c6de130a528755b0b41575982b27391ad1 0.25 MB 605 220
241,509 241,509 00000000000000d03b8f1482b7283a926be1ce42b4408b71d2ad68c31c2d7847 0.17 MB 363 210
241,508 241,508 00000000000001045dbcd7a582191a10f6fede3b3b3933988d130271e7b8531e 0.18 MB 434 196
241,507 241,507 00000000000000682a115efb4215907ba521d5d524baf3d4ceda5d9648b4b720 0.20 MB 410 153
241,506 241,506 00000000000000b78a349ba2ada89794defc9a328276f51e9e4e2e5651840010 0.07 MB 112 109
241,505 241,505 000000000000002221ec036f7f0d58f69c1cabdf9c5f247cc0174115cac438e8 0.04 MB 116 212
241,504 241,504 000000000000009809d6b612cb17f683056016d94a46d20abf615605f0bcb173 0.01 MB 31 121
241,503 241,503 00000000000000d1813640c6a60c9a7bc3bd031ac42dbd63026dedb715e7e1a3 0.11 MB 168 120
241,502 241,502 00000000000000e52c0703f99a5a959820b6e2a14bee033319a040d44f46f826 0.25 MB 522 170
241,501 241,501 000000000000005e1eae1009aad748e13e26b4c9ac346bc1910df7cb7e60255c 0.13 MB 309 150
241,500 241,500 00000000000000cdc0e1ba19fe7a76a47e5c6f02eb4af30717d34f671a8c7c58 0.29 MB 635 156
241,499 241,499 00000000000000936d2ac9198f1524a056eb5b87f3ec8c86d17af7cbfc1d2aec 0.25 MB 608 172
241,498 241,498 00000000000000d5357952a59b22a98974bcb8000358c0bbb93a5c9dfb947551 0.01 MB 16 36
241,497 241,497 000000000000000eb498e002f99329ab5667f98a529547bb835783f0f336c025 0.03 MB 82 155
241,496 241,496 00000000000000d33db6f20142c313cdcb94e36eb2ecd82424db9b6f4cb89631 0.10 MB 241 181
241,495 241,495 00000000000000623520e8f6b4558929e81eebd337bd5bcdd28173c117808a84 0.04 MB 63 142
241,494 241,494 00000000000000ae30aaf9f44727055a67d16b29d94b43cbf0c9cd442efefe91 0.18 MB 417 176
241,493 241,493 00000000000000b547e5ea59e99fa7f5d63cd813377c3561aa76e3affee19021 0.06 MB 119 149
241,492 241,492 00000000000000352f6ac866399c4d61ae47645262684ae228bafe5dbd7bc930 0.14 MB 270 157
Previous 10 blocks ↓
Total Size: 768.91 GB

Node Information

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