Memory Pool Memory Pool Refreshing

8,632 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (739,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
168,325 168,325 0000000000000357906a763e9cbc0391a788880e312e0b7eee38c3ce3821a7ee 0.03 MB 57 250
168,324 168,324 00000000000001c0df2af47a51bcfa6ef2a81aa87319237322887cd2d59c44ac 0.02 MB 81 6
168,323 168,323 00000000000001c51fc8dbcd7bd2805d5ae32d309cb63948f9b7793d758dbca0 0.02 MB 54 79
168,322 168,322 00000000000003e4b39d86a058ee480f9c371bb4043eafadb260757e98e3ec10 0.04 MB 121 95
168,321 168,321 00000000000001931720a1e01651541334411f872e7befd28db9b4f4bd705022 0.02 MB 35 111
168,320 168,320 0000000000000a5f2b3647a8d101bbb8982cfe8b6a12c651dd56ab2d14279d0c 0.00 MB 7 351
168,319 168,319 00000000000004e5a9af9b5d4e95cc53c97968dd9538487722a06800a1b5cdf7 0.05 MB 125 49
168,318 168,318 000000000000038cea06ee4ba5078cf01b20b844d0a73e8b804d0d83dc166551 0.01 MB 20 153
168,317 168,317 000000000000021c5d973cdab5e941fd1ad47bf1ad9ca5685a2e6288a4d692b7 0.05 MB 78 2
168,316 168,316 00000000000007bcc7d30617d2c8bc0a59ff84725eeea77c1662cc1e23e88c7f 0.04 MB 83 220
Previous 10 blocks ↓
Total Size: 769.04 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,626.67 GB sent, 93.07 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.