Memory Pool Memory Pool Refreshing

4,684 transactions
1.44 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
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,289 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (739,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
168,315 168,315 00000000000005918296ee54ddfb3cf162aaa58f53022769447d0464a2443dda 0.01 MB 20 100
168,314 168,314 0000000000000b3121ebe58f3530b46ae0cc417cabd6c4740a2ce4574f644b46 0.03 MB 59 496
168,313 168,313 000000000000042a61284f285431ba5f2f41b9f8f7d3a98cb20dcf8ed2cdde4c 0.05 MB 107 330
168,312 168,312 0000000000000c1f875468afbe95d5b02c668820143fd127a2fef2f2034b87b3 0.00 MB 11 15
168,311 168,311 000000000000018cd32c3804b4cd8ae2dcf064d4ea2094462a43a5f63132f3e6 0.03 MB 79 91
168,310 168,310 000000000000062d13ddb6d1fbbfbd290ab03c7999918b9a3a694cde537698ac 0.04 MB 104 131
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.