Memory Pool Memory Pool Refreshing

3,492 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,940 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,939 (747,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,275 160,275 0000000000000ae8f406138fb7cdea2d80d5f0ba8e0ea6db31b94c1ea831ae7d 0.03 MB 53 23
160,274 160,274 00000000000007b53f874b59c59010c9384d9d2c8afa74785a7b945f9ca04438 0.00 MB 6 755
160,273 160,273 00000000000003cfade6b9e43f9881962092be1dfba05a418f789bf0c300c7bb 0.04 MB 85 80
160,272 160,272 00000000000001ef80e13c119d0ca77af0c7642e870bbf3e7aff46e569c301bd 0.00 MB 15 0
160,271 160,271 00000000000007460d33a8e3db1e50feac307fe4e16e44dc3c0ab63cdea7480c 0.01 MB 29 20
160,270 160,270 00000000000009c8248e30a29996b12fe151fa003e220e383969fe7999e23aa9 0.01 MB 10 193
160,269 160,269 0000000000000627392a605bdf3d2c228642c622bd97f71e395b7c3603e03c10 0.01 MB 13 18
160,268 160,268 0000000000000e4c835421a5ac1e8fb758933a19e6874667292f2b0aa4095a19 0.00 MB 10 413
160,267 160,267 00000000000006f2611c32bd83f6fd943e4ac4f1866e9bd5a926dfe5716db5f5 0.00 MB 9 0
160,266 160,266 0000000000000bbbfd319ad931d8553d6b213f0bde2236d07f7ba11e9b579cf1 0.02 MB 25 32
160,265 160,265 00000000000002130f7a2253bdf878f594da010caf308814be53e5c04bfd6485 0.03 MB 43 60
160,264 160,264 00000000000002f0d7f58d1144f50ed88d931d009c4decde811f14eeb0daf059 0.02 MB 81 36
160,263 160,263 0000000000000da53d2f36e61c5b6f33ef27a6ff320115b6366b05e6388cad1e 0.00 MB 13 0
160,262 160,262 00000000000004a482fddefb530b160b2e45221d971343d813322595259b9d32 0.01 MB 18 46
160,261 160,261 00000000000000499111d366fa75db573a513966c88370aaff8ac332647384f5 0.03 MB 25 114
160,260 160,260 0000000000000cfb0ae0268a464ed3d0d9b8e0b9205ed10d822f7cefb5960bcd 0.01 MB 16 12
160,259 160,259 00000000000001b22e90cd4ee5534e50714e583a0787a91b2e5614d38b7e2ea4 0.03 MB 34 92
160,258 160,258 000000000000025e051ef9f14387d8c9a3711ff7551eead01d3eeb772f738737 0.05 MB 98 215
160,257 160,257 0000000000000d893d1cca2ed345064ae3925b05cf7d97845bcf429d585f581c 0.00 MB 3 0
160,256 160,256 0000000000000142fff9c30cc5d583485fb04e39de8ddc592e718330196bd5d1 0.01 MB 15 373
160,255 160,255 0000000000000b9d78e66752190a47f1f3124f48d8de1ee6389e31a0fa2d0aa1 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.