Memory Pool Memory Pool Refreshing

1,848 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,052 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,051 (739,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,346 168,346 00000000000002ba9c0c414dfc649c59af00647c93127cc94c52c1b571fccb6e 0.02 MB 30 133
168,345 168,345 00000000000000c96659923448780da80213ad46be53ad991ba7cd0d29f6a8e5 0.02 MB 50 63
168,344 168,344 0000000000000ab65f8bc2a90198355b3756d4c71ce1472e5c37ff76249b7a47 0.06 MB 92 66
168,343 168,343 000000000000040d77cbcf9fb906c8b45953feef12f7510139ab641385214c82 0.01 MB 21 37
168,342 168,342 0000000000000078d1046506dfa74ad602e87fb3fe03a8eafe210aa2871f2876 0.00 MB 4 0
168,341 168,341 00000000000009ce5de88598a55269bcb7ad3165ffd08a5564f653e49d558ce1 0.03 MB 113 81
168,340 168,340 000000000000094d9ff2c8bfad49aeb36f569f4f9e5f9750f27924323eec244b 0.00 MB 8 1,712
168,339 168,339 0000000000000b96a76bf7ac80c7b35ec91b2b1f69e8815d5b098461719d6f0e 0.01 MB 42 173
168,338 168,338 0000000000000a23c7f989cee040937b0fd98dbc5fd2c33d61299802ab22904d 0.00 MB 5 424
168,337 168,337 00000000000003f8bfad4f61e2d8052facf1441769751bdaa1e7e8beea3daa4b 0.00 MB 12 20
168,336 168,336 00000000000003363a2e879741c6111cb00a7c1c0cefe696e93caa8f293ea52e 0.03 MB 60 235
168,335 168,335 0000000000000a7c9a40539601dd382d3a7d13a08893d023cf28c2dfc49a5116 0.02 MB 59 76
168,334 168,334 00000000000006c66a6e90beb49134f2c9924a9863570e088f4228d934a4fd3c 0.02 MB 38 62
168,333 168,333 00000000000007e25c9b79a1db0035be3dde26be6d17014681c6ee2331a01e78 0.22 MB 50 58
168,332 168,332 000000000000094a4b9da765f9a0f8c8797317898e8fe7b24edb19f38c0f1487 0.05 MB 112 110
168,331 168,331 0000000000000be5ccab74bccd9af9417f9ea7080804d63e97b7aae86aa2d2af 0.01 MB 15 35
168,330 168,330 00000000000003ef2b0eb3f57fdbc3c1816fb7c73d0b919232e2f271318fda1d 0.04 MB 96 70
168,329 168,329 00000000000004a540d73ee7ded672d560a5536f41bb0364f3ad3c0bc45a8db9 0.00 MB 1 0
168,328 168,328 00000000000007a1c26774aa26259a29f419ee27c4649cf3c6a26146a8c49788 0.03 MB 101 190
168,327 168,327 00000000000001c8e5222726a2d9bef316be6c115962b2a8409f1c811eb155a2 0.00 MB 14 330
168,326 168,326 0000000000000449f30025fd3684daf39130d381b70023ee7057cc4c80021e84 0.03 MB 78 81
Previous 10 blocks ↓
Total Size: 769.64 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,652.95 GB sent, 96.08 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.