Memory Pool Memory Pool Refreshing

4,449 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,920 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (610,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,400 297,400 00000000000000006fc391d3f460bb75d3874c3abe04322088957685129b374f 0.24 MB 512 42
297,399 297,399 00000000000000009987a723a21de056f19c1388cbd5bfb6b9cb2a92e34f3efb 0.29 MB 531 36
297,398 297,398 000000000000000061ac721fbc781228a63a6c95727cd0263c7638edf0b4d1a5 0.06 MB 72 27
297,397 297,397 00000000000000000f5cdf7dee27670a73b06a7859662d0c69b1e7b487d1bc5a 0.28 MB 415 29
297,396 297,396 0000000000000000375858501f59ea3fa4d8b74de7d83806becbd588f05b7c40 0.35 MB 237 9
297,395 297,395 00000000000000007d30011d0f409379d9941961f31f6fa9e94deabd043dac7f 0.13 MB 156 16
297,394 297,394 00000000000000002e85545eff0339e41dada9f4efb3efa62555d02e9cb1481b 0.16 MB 256 52
297,393 297,393 00000000000000005bb32765d9fba020c26f1b9cf1b5762eb037d66320537841 0.12 MB 270 35
297,392 297,392 00000000000000000ca815f1a69f42929a9c1221b23358d91ac3e1dd92daacba 0.10 MB 265 29
297,391 297,391 00000000000000000239397aa108125b0e0815d3a227d931304c32eacfb09879 0.25 MB 97 6
297,390 297,390 00000000000000007355100b620e9333632de324557f4ae8dd055e74d2f9017c 0.37 MB 474 23
297,389 297,389 00000000000000002ec7b0e456a02ea9a9da493b3c6f0d253396f1f4682c358c 0.15 MB 63 10
297,388 297,388 00000000000000007095dd6e71bffe4cba04ed7f43026d2d2609744a9f7fc048 0.35 MB 705 31
297,387 297,387 00000000000000000b8eb45c7d2af8c9d8dc6d858a8767b9261596fa4f1d5ec6 0.11 MB 173 27
297,386 297,386 00000000000000009979d6c406eb028abde136182a9872dd10337be200359686 0.29 MB 518 35
297,385 297,385 000000000000000033ef47733de31b19b9e3f5204cff2e34feade94fd3c078b3 0.25 MB 212 22
297,384 297,384 00000000000000002fd5f5c61a06ea46ef51f6c45ce91bd4b5e062d771a54698 0.50 MB 1,200 39
297,383 297,383 000000000000000053ee341a7cfd28c821dda9b68f2792554c99c10419ba6b47 0.08 MB 112 23
297,382 297,382 00000000000000000c0437f9c26640d0b0c5210142df91f98028033f92c3c8cc 0.35 MB 690 31
297,381 297,381 000000000000000028181d6b0fd70114ce1330de375e2db7f1932d5e812ad580 0.46 MB 256 12
297,380 297,380 00000000000000009c2597175345ca6458108d9704eadcced4df793c2b6be02b 0.92 MB 1,901 34
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.